Html Css Color HEX #B76010 Tenne (Tawny)

📋 copy color: '#B76010'

red 183 ◦ green 96 ◦ blue 16

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

Shades of Tenne (Tawny) #B76010

Tints of Tenne (Tawny) #B76010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 62.03%
G = 32.54%
B = 5.42%

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

#B76010 (or 0xB76010) is known color: Tenne (Tawny). HEX triplet: B7, 60 and 10. RGB value is (183,96,16). Sum of RGB (Red+Green+Blue) = 183+96+16=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B76010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76010 is #489FEF. Grayscale: #717171. Windows color (decimal): -4759536 or 1073335. OLE color: 1073335.

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

Color convert

RGB 183 96 16 -
CMYK 0 0.48 0.91 0.28
HSL 28.74º 0.84% 0.39% -
HSV(B) 28.74º 0.91% 0.72% -
XYZ 23.8 18.47 2.8 -
YUV 112.89 73.32 178 -
System Red Green Blue C M Y K H S L
Decimal 183 96 16 0 0.48 0.91 0.28 28.74 0.84 0.39
Hex B7 60 10 0 30 5B 1C 1D 54 27
Octal 267 140 20 0 60 133 34 35 124 47
Binary 10110111 1100000 10000 0 110000 1011011 11100 11101 1010100 100111

Color Harmonies of #B76010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76010

Black with #B76010

Text Example


Text Example

White with #B76010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76010; }

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

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

background-color css

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

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

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

border-color css

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

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

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