#BD6B2B

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

Shades of Christine #BD6B2B

Tints of Christine #BD6B2B

Color information

#BD6B2B (or 0xBD6B2B) is unknown color: approx Christine. HEX triplet: BD, 6B and 2B. RGB value is (189,107,43). Sum of RGB (Red+Green+Blue) = 189+107+43=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B2B is #4294D4. Grayscale: #7C7C7C. Windows color (decimal): -4363477 or 2845629. OLE color: 2845629.

HSL color Cylindrical-coordinate representation of color #BD6B2B: hue angle of 26.3º 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 #BD6B2B is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18910743-
CMYK00.430.770.26
HSL26.3º62.93%45.49%-
HSV(B)26.3º77.25%74.12%-
XYZ26.6821.515.03-
YUV124.2282.17174.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=55.75%
G=31.56%
B=12.68%

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
Decimal1891074300.430.770.2626.362.9345.49
HexBD6B2B02B4D1A1a3f2d
Octal2751535305311532327755
Binary101111011101011101011010101110011011101011010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B2B; }

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

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

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

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

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

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

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

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