#bd6b26

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

Shades of Christine #BD6B26

Tints of Christine #BD6B26

Color information

#BD6B26 (or 0xBD6B26) is unknown color: approx Christine. HEX triplet: BD, 6B and 26. RGB value is (189,107,38). Sum of RGB (Red+Green+Blue) = 189+107+38=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B26 is #4294D9. Grayscale: #7C7C7C. Windows color (decimal): -4363482 or 2517949. OLE color: 2517949.

HSL color Cylindrical-coordinate representation of color #BD6B26: hue angle of 27.42º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD6B26 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18910738-
CMYK00.430.800.26
HSL27.42º66.52%44.51%-
HSV(B)27.42º79.89%74.12%-
XYZ26.5921.474.58-
YUV123.6579.67174.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 38 (15.23% from 255) = 11.38%
R=56.59%
G=32.04%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891073800.430.800.2627.4266.5244.51
HexBD6B2602B501A1b432d
Octal27515346053120323310355
Binary1011110111010111001100101011101000011010110111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6b26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6b26; }

 p { color: rgb(189,107,38); }

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

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

 a { background-color: rgb(189,107,38); }

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

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

 span { border-color: rgb(189,107,38); }

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