Html Css Color HEX #B66013 Christine

📋 copy color: '#B66013'

red 182 ◦ green 96 ◦ blue 19

#B66013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #B66013

Tints of Christine #B66013

RGB

 RED value IS 182 (71.48% from 255) = 61.28%

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 61.28%
G = 32.32%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B66013 (or 0xB66013) is known color: Christine. HEX triplet: B6, 60 and 13. RGB value is (182,96,19). Sum of RGB (Red+Green+Blue) = 182+96+19=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B66013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66013 is #499FEC. Grayscale: #717171. Windows color (decimal): -4825069 or 1269942. OLE color: 1269942.

HSL color Cylindrical-coordinate representation of color #B66013: hue angle of 28.34º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B66013 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 19 -
CMYK 0 0.47 0.90 0.29
HSL 28.34º 0.81% 0.39% -
HSV(B) 28.34º 0.9% 0.71% -
XYZ 23.59 18.36 2.92 -
YUV 112.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 182 96 19 0 0.47 0.90 0.29 28.34 0.81 0.39
Hex B6 60 13 0 2F 5A 1D 1C 51 27
Octal 266 140 23 0 57 132 35 34 121 47
Binary 10110110 1100000 10011 0 101111 1011010 11101 11100 1010001 100111

Color Harmonies of #B66013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66013

Black with #B66013

Text Example


Text Example

White with #B66013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66013; }

 p { color: rgb(182,96,19); }

 H1.HeaderClassName
 {
   color: #B66013;
 }
 .AnyTagClassName
 {
   color: #B66013;
 }
</style>

background-color css

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

 a { background-color: rgb(182,96,19); }

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

border-color css

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

 span { border-color: rgb(182,96,19); }

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