Html Css Color HEX #B76014 Christine

📋 copy color: '#B76014'

red 183 ◦ green 96 ◦ blue 20

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

Shades of Christine #B76014

Tints of Christine #B76014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 61.2%
G = 32.11%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76014 (or 0xB76014) is known color: Christine. HEX triplet: B7, 60 and 14. RGB value is (183,96,20). Sum of RGB (Red+Green+Blue) = 183+96+20=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B76014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76014 is #489FEB. Grayscale: #717171. Windows color (decimal): -4759532 or 1335479. OLE color: 1335479.

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

Color convert

RGB 183 96 20 -
CMYK 0 0.48 0.89 0.28
HSL 27.98º 0.8% 0.4% -
HSV(B) 27.98º 0.89% 0.72% -
XYZ 23.84 18.48 2.97 -
YUV 113.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 183 96 20 0 0.48 0.89 0.28 27.98 0.8 0.4
Hex B7 60 14 0 30 59 1C 1C 50 28
Octal 267 140 24 0 60 131 34 34 120 50
Binary 10110111 1100000 10100 0 110000 1011001 11100 11100 1010000 101000

Color Harmonies of #B76014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76014

Black with #B76014

Text Example


Text Example

White with #B76014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76014; }

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

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

background-color css

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

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

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

border-color css

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

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

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