#B65D14

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

Shades of Christine #B65D14

Tints of Christine #B65D14

Color information

#B65D14 (or 0xB65D14) is unknown color: approx Christine. HEX triplet: B6, 5D and 14. RGB value is (182,93,20). Sum of RGB (Red+Green+Blue) = 182+93+20=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65D14 is #49A2EB. Grayscale: #6F6F6F. Windows color (decimal): -4825836 or 1334710. OLE color: 1334710.

HSL color Cylindrical-coordinate representation of color #B65D14: hue angle of 27.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B65D14 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB1829320-
CMYK00.490.890.29
HSL27.04º80.2%39.61%-
HSV(B)27.04º89.01%71.37%-
XYZ23.3317.822.87-
YUV111.2976.49178.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.69%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=61.69%
G=31.53%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182932000.490.890.2927.0480.239.61
HexB65D14031591D1b5028
Octal26613524061131353312050
Binary101101101011101101000110001101100111101110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D14; }

 p { color: rgb(182,93,20); }

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

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

 a { background-color: rgb(182,93,20); }

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

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

 span { border-color: rgb(182,93,20); }

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