#BD6A1E

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

Shades of Christine #BD6A1E

Tints of Christine #BD6A1E

Color information

#BD6A1E (or 0xBD6A1E) is unknown color: approx Christine. HEX triplet: BD, 6A and 1E. RGB value is (189,106,30). Sum of RGB (Red+Green+Blue) = 189+106+30=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A1E is #4295E1. Grayscale: #7A7A7A. Windows color (decimal): -4363746 or 1993405. OLE color: 1993405.

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

Color convert

RGB18910630-
CMYK00.440.840.26
HSL28.68º72.6%42.94%-
HSV(B)28.68º84.13%74.12%-
XYZ26.3721.223.93-
YUV122.1576175.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=58.15%
G=32.62%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891063000.440.840.2628.6872.642.94
HexBD6A1E02C541A1d492b
Octal27515236054124323511153
Binary101111011101010111100101100101010011010111011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A1E; }

 p { color: rgb(189,106,30); }

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

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

 a { background-color: rgb(189,106,30); }

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

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

 span { border-color: rgb(189,106,30); }

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