#BD6A2F

Color #BD6A2F Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BD6A2F

Tints of Christine #BD6A2F

Color information

#BD6A2F (or 0xBD6A2F) is unknown color: approx Christine. HEX triplet: BD, 6A and 2F. RGB value is (189,106,47). Sum of RGB (Red+Green+Blue) = 189+106+47=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A2F is #4295D0. Grayscale: #7C7C7C. Windows color (decimal): -4363729 or 3107517. OLE color: 3107517.

HSL color Cylindrical-coordinate representation of color #BD6A2F: hue angle of 24.93º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD6A2F is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB18910647-
CMYK00.440.750.26
HSL24.93º60.17%46.27%-
HSV(B)24.93º75.13%74.12%-
XYZ26.6521.335.4-
YUV124.0984.5174.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 47 (18.75% from 255) = 13.74%
R=55.26%
G=30.99%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891064700.440.750.2624.9360.1746.27
HexBD6A2F02C4B1A193c2e
Octal2751525705411332317456
Binary101111011101010101111010110010010111101011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A2F; }

 p { color: rgb(189,106,47); }

 H1.HeaderClassName
 {
   color: #BD6A2F;
 }
 .AnyTagClassName
 {
   color: #BD6A2F;
 }
</style>
background-color css

<style>
 a { background-color: #BD6A2F; }

 a { background-color: rgb(189,106,47); }

 div.DivClassName
 {
   background-color: #BD6A2F;
 }
 .BgClassName
 {
   background-color: #BD6A2F;
 }
</style>
border-color css

<style>
 span { border-color: #BD6A2F; }

 span { border-color: rgb(189,106,47); }

 td.TdClassName
 {
   border-color: #BD6A2F;
 }
 .TagClassName
 {
   border-color: #BD6A2F;
 }
</style>