Html Css Color HEX #B76115 Christine

📋 copy color: '#B76115'

red 183 ◦ green 97 ◦ blue 21

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

Shades of Christine #B76115

Tints of Christine #B76115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 60.8%
G = 32.23%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76115 (or 0xB76115) is known color: Christine. HEX triplet: B7, 61 and 15. RGB value is (183,97,21). Sum of RGB (Red+Green+Blue) = 183+97+21=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76115 is #489EEA. Grayscale: #727272. Windows color (decimal): -4759275 or 1401271. OLE color: 1401271.

HSL color Cylindrical-coordinate representation of color #B76115: hue angle of 28.15º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B76115 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 97 21 -
CMYK 0 0.47 0.89 0.28
HSL 28.15º 0.79% 0.4% -
HSV(B) 28.15º 0.89% 0.72% -
XYZ 23.94 18.67 3.05 -
YUV 114.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 183 97 21 0 0.47 0.89 0.28 28.15 0.79 0.4
Hex B7 61 15 0 2F 59 1C 1C 4F 28
Octal 267 141 25 0 57 131 34 34 117 50
Binary 10110111 1100001 10101 0 101111 1011001 11100 11100 1001111 101000

Color Harmonies of #B76115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76115

Black with #B76115

Text Example


Text Example

White with #B76115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76115; }

 p { color: rgb(183,97,21); }

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

background-color css

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

 a { background-color: rgb(183,97,21); }

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

border-color css

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

 span { border-color: rgb(183,97,21); }

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