#BD6733

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

Shades of Christine #BD6733

Tints of Christine #BD6733

Color information

#BD6733 (or 0xBD6733) is unknown color: approx Christine. HEX triplet: BD, 67 and 33. RGB value is (189,103,51). Sum of RGB (Red+Green+Blue) = 189+103+51=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6733 is #4298CC. Grayscale: #7B7B7B. Windows color (decimal): -4364493 or 3368893. OLE color: 3368893.

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

Color convert

RGB18910351-
CMYK00.460.730.26
HSL22.61º57.5%47.06%-
HSV(B)22.61º73.02%74.12%-
XYZ26.4320.765.75-
YUV122.7987.49175.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 51 (20.31% from 255) = 14.87%
R=55.10%
G=30.03%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891035100.460.730.2622.6157.547.06
HexBD673302E491A173a2f
Octal2751476305611132277257
Binary101111011100111110011010111010010011101010111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6733; }

 p { color: rgb(189,103,51); }

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

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

 a { background-color: rgb(189,103,51); }

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

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

 span { border-color: rgb(189,103,51); }

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