Html Css Color HEX #B76008 Tenne (Tawny)

📋 copy color: '#B76008'

red 183 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #B76008

Tints of Tenne (Tawny) #B76008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.79%

R = 63.76%
G = 33.45%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B76008 (or 0xB76008) is known color: Tenne (Tawny). HEX triplet: B7, 60 and 08. RGB value is (183,96,8). Sum of RGB (Red+Green+Blue) = 183+96+8=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B76008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76008 is #489FF7. Grayscale: #707070. Windows color (decimal): -4759544 or 549047. OLE color: 549047.

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

Color convert

RGB 183 96 8 -
CMYK 0 0.48 0.96 0.28
HSL 30.17º 0.92% 0.37% -
HSV(B) 30.17º 0.96% 0.72% -
XYZ 23.76 18.45 2.54 -
YUV 111.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 183 96 8 0 0.48 0.96 0.28 30.17 0.92 0.37
Hex B7 60 8 0 30 60 1C 1E 5C 25
Octal 267 140 10 0 60 140 34 36 134 45
Binary 10110111 1100000 1000 0 110000 1100000 11100 11110 1011100 100101

Color Harmonies of #B76008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76008

Black with #B76008

Text Example


Text Example

White with #B76008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76008; }

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

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

background-color css

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

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

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

border-color css

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

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

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