#BD6C2B

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

Shades of Christine #BD6C2B

Tints of Christine #BD6C2B

Color information

#BD6C2B (or 0xBD6C2B) is unknown color: approx Christine. HEX triplet: BD, 6C and 2B. RGB value is (189,108,43). Sum of RGB (Red+Green+Blue) = 189+108+43=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C2B is #4293D4. Grayscale: #7D7D7D. Windows color (decimal): -4363221 or 2845885. OLE color: 2845885.

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

Color convert

RGB18910843-
CMYK00.430.770.26
HSL26.71º62.93%45.49%-
HSV(B)26.71º77.25%74.12%-
XYZ26.7821.725.07-
YUV124.8181.84173.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.59%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 43 (17.19% from 255) = 12.65%
R=55.59%
G=31.76%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891084300.430.770.2626.7162.9345.49
HexBD6C2B02B4D1A1b3f2d
Octal2751545305311532337755
Binary101111011101100101011010101110011011101011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6C2B; }

 p { color: rgb(189,108,43); }

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

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

 a { background-color: rgb(189,108,43); }

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

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

 span { border-color: rgb(189,108,43); }

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