Html Css Color HEX #B76116 Christine

📋 copy color: '#B76116'

red 183 ◦ green 97 ◦ blue 22

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

Shades of Christine #B76116

Tints of Christine #B76116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

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

R = 60.6%
G = 32.12%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B76116 (or 0xB76116) is known color: Christine. HEX triplet: B7, 61 and 16. RGB value is (183,97,22). Sum of RGB (Red+Green+Blue) = 183+97+22=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B76116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76116 is #489EE9. Grayscale: #727272. Windows color (decimal): -4759274 or 1466807. OLE color: 1466807.

HSL color Cylindrical-coordinate representation of color #B76116: hue angle of 27.95º 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 #B76116 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 97 22 -
CMYK 0 0.47 0.88 0.28
HSL 27.95º 0.79% 0.4% -
HSV(B) 27.95º 0.88% 0.72% -
XYZ 23.95 18.67 3.1 -
YUV 114.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 183 97 22 0 0.47 0.88 0.28 27.95 0.79 0.4
Hex B7 61 16 0 2F 58 1C 1C 4F 28
Octal 267 141 26 0 57 130 34 34 117 50
Binary 10110111 1100001 10110 0 101111 1011000 11100 11100 1001111 101000

Color Harmonies of #B76116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76116

Black with #B76116

Text Example


Text Example

White with #B76116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76116; }

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

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

background-color css

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

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

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

border-color css

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

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

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