#BD6A38

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

Shades of Christine #BD6A38

Tints of Christine #BD6A38

Color information

#BD6A38 (or 0xBD6A38) is unknown color: approx Christine. HEX triplet: BD, 6A and 38. RGB value is (189,106,56). Sum of RGB (Red+Green+Blue) = 189+106+56=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A38 is #4295C7. Grayscale: #7D7D7D. Windows color (decimal): -4363720 or 3697341. OLE color: 3697341.

HSL color Cylindrical-coordinate representation of color #BD6A38: hue angle of 22.56º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD6A38 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18910656-
CMYK00.440.700.26
HSL22.56º54.29%48.04%-
HSV(B)22.56º70.37%74.12%-
XYZ26.8521.416.46-
YUV125.1289173.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=53.85%
G=30.20%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891065600.440.700.2622.5654.2948.04
HexBD6A3802C461A173630
Octal2751527005410632276660
Binary101111011101010111000010110010001101101010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A38; }

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

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

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

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

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

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

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

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