Html Css Color HEX #B36002 Tenne (Tawny)

📋 copy color: '#B36002'

red 179 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #B36002

Tints of Tenne (Tawny) #B36002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 64.62%
G = 34.66%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B36002 (or 0xB36002) is known color: Tenne (Tawny). HEX triplet: B3, 60 and 02. RGB value is (179,96,2). Sum of RGB (Red+Green+Blue) = 179+96+2=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B36002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36002 is #4C9FFD. Grayscale: #6E6E6E. Windows color (decimal): -5021694 or 155827. OLE color: 155827.

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

Color convert

RGB 179 96 2 -
CMYK 0 0.46 0.99 0.30
HSL 31.86º 0.98% 0.35% -
HSV(B) 31.86º 0.99% 0.7% -
XYZ 22.78 17.95 2.32 -
YUV 110.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 179 96 2 0 0.46 0.99 0.30 31.86 0.98 0.35
Hex B3 60 2 0 2E 63 1E 20 62 23
Octal 263 140 2 0 56 143 36 40 142 43
Binary 10110011 1100000 10 0 101110 1100011 11110 100000 1100010 100011

Color Harmonies of #B36002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36002

Black with #B36002

Text Example


Text Example

White with #B36002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36002; }

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

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

background-color css

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

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

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

border-color css

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

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

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