Html Css Color HEX #B76413 Christine

📋 copy color: '#B76413'

red 183 ◦ green 100 ◦ blue 19

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

Shades of Christine #B76413

Tints of Christine #B76413

RGB

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

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

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

R = 60.6%
G = 33.11%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B76413 (or 0xB76413) is known color: Christine. HEX triplet: B7, 64 and 13. RGB value is (183,100,19). Sum of RGB (Red+Green+Blue) = 183+100+19=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B76413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76413 is #489BEC. Grayscale: #737373. Windows color (decimal): -4758509 or 1270967. OLE color: 1270967.

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

Color convert

RGB 183 100 19 -
CMYK 0 0.45 0.90 0.28
HSL 29.63º 0.81% 0.4% -
HSV(B) 29.63º 0.9% 0.72% -
XYZ 24.2 19.23 3.05 -
YUV 115.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 183 100 19 0 0.45 0.90 0.28 29.63 0.81 0.4
Hex B7 64 13 0 2D 5A 1C 1E 51 28
Octal 267 144 23 0 55 132 34 36 121 50
Binary 10110111 1100100 10011 0 101101 1011010 11100 11110 1010001 101000

Color Harmonies of #B76413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76413

Black with #B76413

Text Example


Text Example

White with #B76413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76413; }

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

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

background-color css

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

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

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

border-color css

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

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

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