Html Css Color HEX #B76316 Christine

📋 copy color: '#B76316'

red 183 ◦ green 99 ◦ blue 22

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

Shades of Christine #B76316

Tints of Christine #B76316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

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

R = 60.2%
G = 32.57%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B76316 (or 0xB76316) is known color: Christine. HEX triplet: B7, 63 and 16. RGB value is (183,99,22). Sum of RGB (Red+Green+Blue) = 183+99+22=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76316 is #489CE9. Grayscale: #737373. Windows color (decimal): -4758762 or 1467319. OLE color: 1467319.

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

Color convert

RGB 183 99 22 -
CMYK 0 0.46 0.88 0.28
HSL 28.7º 0.79% 0.4% -
HSV(B) 28.7º 0.88% 0.72% -
XYZ 24.14 19.05 3.16 -
YUV 115.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 183 99 22 0 0.46 0.88 0.28 28.7 0.79 0.4
Hex B7 63 16 0 2E 58 1C 1D 4F 28
Octal 267 143 26 0 56 130 34 35 117 50
Binary 10110111 1100011 10110 0 101110 1011000 11100 11101 1001111 101000

Color Harmonies of #B76316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76316

Black with #B76316

Text Example


Text Example

White with #B76316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76316; }

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

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

background-color css

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

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

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

border-color css

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

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

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