Html Css Color HEX #B76016 Christine

📋 copy color: '#B76016'

red 183 ◦ green 96 ◦ blue 22

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

Shades of Christine #B76016

Tints of Christine #B76016

RGB

 RED value IS 183 (71.88% from 255) = 60.8%

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

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 60.8%
G = 31.89%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B76016 (or 0xB76016) is known color: Christine. HEX triplet: B7, 60 and 16. RGB value is (183,96,22). Sum of RGB (Red+Green+Blue) = 183+96+22=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76016 is #489FE9. Grayscale: #717171. Windows color (decimal): -4759530 or 1466551. OLE color: 1466551.

HSL color Cylindrical-coordinate representation of color #B76016: hue angle of 27.58º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B76016 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 22 -
CMYK 0 0.48 0.88 0.28
HSL 27.58º 0.79% 0.4% -
HSV(B) 27.58º 0.88% 0.72% -
XYZ 23.86 18.49 3.07 -
YUV 113.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 183 96 22 0 0.48 0.88 0.28 27.58 0.79 0.4
Hex B7 60 16 0 30 58 1C 1C 4F 28
Octal 267 140 26 0 60 130 34 34 117 50
Binary 10110111 1100000 10110 0 110000 1011000 11100 11100 1001111 101000

Color Harmonies of #B76016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76016

Black with #B76016

Text Example


Text Example

White with #B76016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76016; }

 p { color: rgb(183,96,22); }

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

background-color css

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

 a { background-color: rgb(183,96,22); }

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

border-color css

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

 span { border-color: rgb(183,96,22); }

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