Html Css Color HEX #B76012 Tenne (Tawny)

📋 copy color: '#B76012'

red 183 ◦ green 96 ◦ blue 18

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

Shades of Tenne (Tawny) #B76012

Tints of Tenne (Tawny) #B76012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 61.62%
G = 32.32%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B76012 (or 0xB76012) is known color: Tenne (Tawny). HEX triplet: B7, 60 and 12. RGB value is (183,96,18). Sum of RGB (Red+Green+Blue) = 183+96+18=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B76012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76012 is #489FED. Grayscale: #717171. Windows color (decimal): -4759534 or 1204407. OLE color: 1204407.

HSL color Cylindrical-coordinate representation of color #B76012: hue angle of 28.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76012 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 18 -
CMYK 0 0.48 0.90 0.28
HSL 28.36º 0.82% 0.39% -
HSV(B) 28.36º 0.9% 0.72% -
XYZ 23.82 18.48 2.88 -
YUV 113.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 183 96 18 0 0.48 0.90 0.28 28.36 0.82 0.39
Hex B7 60 12 0 30 5A 1C 1C 52 27
Octal 267 140 22 0 60 132 34 34 122 47
Binary 10110111 1100000 10010 0 110000 1011010 11100 11100 1010010 100111

Color Harmonies of #B76012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76012

Black with #B76012

Text Example


Text Example

White with #B76012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76012; }

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

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

background-color css

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

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

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

border-color css

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

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

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