#BD6933

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

Shades of Christine #BD6933

Tints of Christine #BD6933

Color information

#BD6933 (or 0xBD6933) is unknown color: approx Christine. HEX triplet: BD, 69 and 33. RGB value is (189,105,51). Sum of RGB (Red+Green+Blue) = 189+105+51=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6933 is #4296CC. Grayscale: #7C7C7C. Windows color (decimal): -4363981 or 3369405. OLE color: 3369405.

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

Color convert

RGB18910551-
CMYK00.440.730.26
HSL23.48º57.5%47.06%-
HSV(B)23.48º73.02%74.12%-
XYZ26.6421.165.81-
YUV123.9686.83174.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 51 (20.31% from 255) = 14.78%
R=54.78%
G=30.43%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891055100.440.730.2623.4857.547.06
HexBD693302C491A173a2f
Octal2751516305411132277257
Binary101111011101001110011010110010010011101010111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6933; }

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

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

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

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

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

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

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

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