Html Css Color HEX #B76011 Tenne (Tawny)

📋 copy color: '#B76011'

red 183 ◦ green 96 ◦ blue 17

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

Shades of Tenne (Tawny) #B76011

Tints of Tenne (Tawny) #B76011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 61.82%
G = 32.43%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B76011 (or 0xB76011) is known color: Tenne (Tawny). HEX triplet: B7, 60 and 11. RGB value is (183,96,17). Sum of RGB (Red+Green+Blue) = 183+96+17=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B76011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76011 is #489FEE. Grayscale: #717171. Windows color (decimal): -4759535 or 1138871. OLE color: 1138871.

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

Color convert

RGB 183 96 17 -
CMYK 0 0.48 0.91 0.28
HSL 28.55º 0.83% 0.39% -
HSV(B) 28.55º 0.91% 0.72% -
XYZ 23.81 18.47 2.84 -
YUV 113.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 183 96 17 0 0.48 0.91 0.28 28.55 0.83 0.39
Hex B7 60 11 0 30 5B 1C 1D 53 27
Octal 267 140 21 0 60 133 34 35 123 47
Binary 10110111 1100000 10001 0 110000 1011011 11100 11101 1010011 100111

Color Harmonies of #B76011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76011

Black with #B76011

Text Example


Text Example

White with #B76011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76011; }

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

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

background-color css

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

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

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

border-color css

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

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

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