Html Css Color HEX #B76213 Christine

📋 copy color: '#B76213'

red 183 ◦ green 98 ◦ blue 19

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

Shades of Christine #B76213

Tints of Christine #B76213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

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

R = 61%
G = 32.67%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B76213 (or 0xB76213) is known color: Christine. HEX triplet: B7, 62 and 13. RGB value is (183,98,19). Sum of RGB (Red+Green+Blue) = 183+98+19=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B76213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76213 is #489DEC. Grayscale: #727272. Windows color (decimal): -4759021 or 1270455. OLE color: 1270455.

HSL color Cylindrical-coordinate representation of color #B76213: hue angle of 28.9º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76213 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 98 19 -
CMYK 0 0.46 0.90 0.28
HSL 28.9º 0.81% 0.4% -
HSV(B) 28.9º 0.9% 0.72% -
XYZ 24.01 18.85 2.99 -
YUV 114.41 74.16 176.92 -
System Red Green Blue C M Y K H S L
Decimal 183 98 19 0 0.46 0.90 0.28 28.9 0.81 0.4
Hex B7 62 13 0 2E 5A 1C 1D 51 28
Octal 267 142 23 0 56 132 34 35 121 50
Binary 10110111 1100010 10011 0 101110 1011010 11100 11101 1010001 101000

Color Harmonies of #B76213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76213

Black with #B76213

Text Example


Text Example

White with #B76213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76213; }

 p { color: rgb(183,98,19); }

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

background-color css

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

 a { background-color: rgb(183,98,19); }

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

border-color css

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

 span { border-color: rgb(183,98,19); }

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