#B65E1E

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

Shades of Christine #B65E1E

Tints of Christine #B65E1E

Color information

#B65E1E (or 0xB65E1E) is unknown color: approx Christine. HEX triplet: B6, 5E and 1E. RGB value is (182,94,30). Sum of RGB (Red+Green+Blue) = 182+94+30=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E1E is #49A1E1. Grayscale: #717171. Windows color (decimal): -4825570 or 1990326. OLE color: 1990326.

HSL color Cylindrical-coordinate representation of color #B65E1E: hue angle of 25.26º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B65E1E is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1829430-
CMYK00.480.840.29
HSL25.26º71.7%41.57%-
HSV(B)25.26º83.52%71.37%-
XYZ23.5318.043.47-
YUV113.0281.15177.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.48%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=59.48%
G=30.72%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182943000.480.840.2925.2671.741.57
HexB65E1E030541D19482a
Octal26613636060124353111052
Binary101101101011110111100110000101010011101110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E1E; }

 p { color: rgb(182,94,30); }

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

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

 a { background-color: rgb(182,94,30); }

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

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

 span { border-color: rgb(182,94,30); }

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