Html Css Color HEX #B76419 Christine

📋 copy color: '#B76419'

red 183 ◦ green 100 ◦ blue 25

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

Shades of Christine #B76419

Tints of Christine #B76419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.12%

R = 59.42%
G = 32.47%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B76419 (or 0xB76419) is known color: Christine. HEX triplet: B7, 64 and 19. RGB value is (183,100,25). Sum of RGB (Red+Green+Blue) = 183+100+25=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B76419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76419 is #489BE6. Grayscale: #747474. Windows color (decimal): -4758503 or 1664183. OLE color: 1664183.

HSL color Cylindrical-coordinate representation of color #B76419: hue angle of 28.48º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B76419 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 100 25 -
CMYK 0 0.45 0.86 0.28
HSL 28.48º 0.76% 0.41% -
HSV(B) 28.48º 0.86% 0.72% -
XYZ 24.26 19.25 3.36 -
YUV 116.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 183 100 25 0 0.45 0.86 0.28 28.48 0.76 0.41
Hex B7 64 19 0 2D 56 1C 1C 4C 29
Octal 267 144 31 0 55 126 34 34 114 51
Binary 10110111 1100100 11001 0 101101 1010110 11100 11100 1001100 101001

Color Harmonies of #B76419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76419

Black with #B76419

Text Example


Text Example

White with #B76419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76419; }

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

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

background-color css

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

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

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

border-color css

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

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

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