Html Css Color HEX #B76416 Christine

📋 copy color: '#B76416'

red 183 ◦ green 100 ◦ blue 22

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

Shades of Christine #B76416

Tints of Christine #B76416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

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

R = 60%
G = 32.79%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B76416 (or 0xB76416) is known color: Christine. HEX triplet: B7, 64 and 16. RGB value is (183,100,22). Sum of RGB (Red+Green+Blue) = 183+100+22=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B76416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76416 is #489BE9. Grayscale: #747474. Windows color (decimal): -4758506 or 1467575. OLE color: 1467575.

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

Color convert

RGB 183 100 22 -
CMYK 0 0.45 0.88 0.28
HSL 29.07º 0.79% 0.4% -
HSV(B) 29.07º 0.88% 0.72% -
XYZ 24.23 19.24 3.2 -
YUV 115.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 183 100 22 0 0.45 0.88 0.28 29.07 0.79 0.4
Hex B7 64 16 0 2D 58 1C 1D 4F 28
Octal 267 144 26 0 55 130 34 35 117 50
Binary 10110111 1100100 10110 0 101101 1011000 11100 11101 1001111 101000

Color Harmonies of #B76416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76416

Black with #B76416

Text Example


Text Example

White with #B76416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76416; }

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

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

background-color css

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

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

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

border-color css

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

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

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