Html Css Color HEX #B76019 Christine

📋 copy color: '#B76019'

red 183 ◦ green 96 ◦ blue 25

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

Shades of Christine #B76019

Tints of Christine #B76019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

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

R = 60.2%
G = 31.58%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B76019 (or 0xB76019) is known color: Christine. HEX triplet: B7, 60 and 19. RGB value is (183,96,25). Sum of RGB (Red+Green+Blue) = 183+96+25=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76019 is #489FE6. Grayscale: #727272. Windows color (decimal): -4759527 or 1663159. OLE color: 1663159.

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

Color convert

RGB 183 96 25 -
CMYK 0 0.48 0.86 0.28
HSL 26.96º 0.76% 0.41% -
HSV(B) 26.96º 0.86% 0.72% -
XYZ 23.89 18.5 3.23 -
YUV 113.92 77.82 177.27 -
System Red Green Blue C M Y K H S L
Decimal 183 96 25 0 0.48 0.86 0.28 26.96 0.76 0.41
Hex B7 60 19 0 30 56 1C 1B 4C 29
Octal 267 140 31 0 60 126 34 33 114 51
Binary 10110111 1100000 11001 0 110000 1010110 11100 11011 1001100 101001

Color Harmonies of #B76019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76019

Black with #B76019

Text Example


Text Example

White with #B76019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76019; }

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

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

background-color css

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

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

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

border-color css

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

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

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