Html Css Color HEX #B76415 Christine

📋 copy color: '#B76415'

red 183 ◦ green 100 ◦ blue 21

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

Shades of Christine #B76415

Tints of Christine #B76415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 60.2%
G = 32.89%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76415 (or 0xB76415) is known color: Christine. HEX triplet: B7, 64 and 15. RGB value is (183,100,21). Sum of RGB (Red+Green+Blue) = 183+100+21=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76415 is #489BEA. Grayscale: #747474. Windows color (decimal): -4758507 or 1402039. OLE color: 1402039.

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

Color convert

RGB 183 100 21 -
CMYK 0 0.45 0.89 0.28
HSL 29.26º 0.79% 0.4% -
HSV(B) 29.26º 0.89% 0.72% -
XYZ 24.22 19.24 3.15 -
YUV 115.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 183 100 21 0 0.45 0.89 0.28 29.26 0.79 0.4
Hex B7 64 15 0 2D 59 1C 1D 4F 28
Octal 267 144 25 0 55 131 34 35 117 50
Binary 10110111 1100100 10101 0 101101 1011001 11100 11101 1001111 101000

Color Harmonies of #B76415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76415

Black with #B76415

Text Example


Text Example

White with #B76415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76415; }

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

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

background-color css

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

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

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

border-color css

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

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

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