Html Css Color HEX #B76220 Christine

📋 copy color: '#B76220'

red 183 ◦ green 98 ◦ blue 32

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

Shades of Christine #B76220

Tints of Christine #B76220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 58.47%
G = 31.31%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B76220 (or 0xB76220) is known color: Christine. HEX triplet: B7, 62 and 20. RGB value is (183,98,32). Sum of RGB (Red+Green+Blue) = 183+98+32=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B76220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76220 is #489DDF. Grayscale: #747474. Windows color (decimal): -4759008 or 2122423. OLE color: 2122423.

HSL color Cylindrical-coordinate representation of color #B76220: hue angle of 26.23º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B76220 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 98 32 -
CMYK 0 0.46 0.83 0.28
HSL 26.23º 0.7% 0.42% -
HSV(B) 26.23º 0.83% 0.72% -
XYZ 24.16 18.91 3.74 -
YUV 115.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 183 98 32 0 0.46 0.83 0.28 26.23 0.7 0.42
Hex B7 62 20 0 2E 53 1C 1A 46 2A
Octal 267 142 40 0 56 123 34 32 106 52
Binary 10110111 1100010 100000 0 101110 1010011 11100 11010 1000110 101010

Color Harmonies of #B76220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76220

Black with #B76220

Text Example


Text Example

White with #B76220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76220; }

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

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

background-color css

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

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

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

border-color css

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

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

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