Html Css Color HEX #B36008 Tenne (Tawny)

📋 copy color: '#B36008'

red 179 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #B36008

Tints of Tenne (Tawny) #B36008

RGB

 RED value IS 179 (70.31% from 255) = 63.25%

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

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

R = 63.25%
G = 33.92%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B36008 (or 0xB36008) is known color: Tenne (Tawny). HEX triplet: B3, 60 and 08. RGB value is (179,96,8). Sum of RGB (Red+Green+Blue) = 179+96+8=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B36008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36008 is #4C9FF7. Grayscale: #6F6F6F. Windows color (decimal): -5021688 or 549043. OLE color: 549043.

HSL color Cylindrical-coordinate representation of color #B36008: hue angle of 30.88º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B36008 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 96 8 -
CMYK 0 0.46 0.96 0.30
HSL 30.88º 0.91% 0.37% -
HSV(B) 30.88º 0.96% 0.7% -
XYZ 22.82 17.97 2.5 -
YUV 110.79 70 176.66 -
System Red Green Blue C M Y K H S L
Decimal 179 96 8 0 0.46 0.96 0.30 30.88 0.91 0.37
Hex B3 60 8 0 2E 60 1E 1F 5B 25
Octal 263 140 10 0 56 140 36 37 133 45
Binary 10110011 1100000 1000 0 101110 1100000 11110 11111 1011011 100101

Color Harmonies of #B36008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36008

Black with #B36008

Text Example


Text Example

White with #B36008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36008; }

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

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

background-color css

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

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

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

border-color css

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

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

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