Html Css Color HEX #B76320 Christine

📋 copy color: '#B76320'

red 183 ◦ green 99 ◦ blue 32

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

Shades of Christine #B76320

Tints of Christine #B76320

RGB

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

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

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

R = 58.28%
G = 31.53%
B = 10.19%

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

#B76320 (or 0xB76320) is known color: Christine. HEX triplet: B7, 63 and 20. RGB value is (183,99,32). Sum of RGB (Red+Green+Blue) = 183+99+32=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B76320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76320 is #489CDF. Grayscale: #747474. Windows color (decimal): -4758752 or 2122679. OLE color: 2122679.

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

Color convert

RGB 183 99 32 -
CMYK 0 0.46 0.83 0.28
HSL 26.62º 0.7% 0.42% -
HSV(B) 26.62º 0.83% 0.72% -
XYZ 24.25 19.1 3.77 -
YUV 116.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 183 99 32 0 0.46 0.83 0.28 26.62 0.7 0.42
Hex B7 63 20 0 2E 53 1C 1B 46 2A
Octal 267 143 40 0 56 123 34 33 106 52
Binary 10110111 1100011 100000 0 101110 1010011 11100 11011 1000110 101010

Color Harmonies of #B76320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76320

Black with #B76320

Text Example


Text Example

White with #B76320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76320; }

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

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

background-color css

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

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

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

border-color css

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

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

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