Html Css Color HEX #B36600 Tenne (Tawny)

📋 copy color: '#B36600'

red 179 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #B36600

Tints of Tenne (Tawny) #B36600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.7%
G = 36.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B36600 (or 0xB36600) is known color: Tenne (Tawny). HEX triplet: B3, 66 and 00. RGB value is (179,102,0). Sum of RGB (Red+Green+Blue) = 179+102+0=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B36600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36600 is #4C99FF. Grayscale: #717171. Windows color (decimal): -5020160 or 26291. OLE color: 26291.

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

Color convert

RGB 179 102 0 -
CMYK 0 0.43 1 0.30
HSL 34.19º 1% 0.35% -
HSV(B) 34.19º 1% 0.7% -
XYZ 23.34 19.09 2.45 -
YUV 113.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 179 102 0 0 0.43 1 0.30 34.19 1 0.35
Hex B3 66 0 0 2B 64 1E 22 64 23
Octal 263 146 0 0 53 144 36 42 144 43
Binary 10110011 1100110 0 0 101011 1100100 11110 100010 1100100 100011

Color Harmonies of #B36600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36600

Black with #B36600

Text Example


Text Example

White with #B36600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36600; }

 p { color: rgb(179,102,0); }

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

background-color css

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

 a { background-color: rgb(179,102,0); }

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

border-color css

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

 span { border-color: rgb(179,102,0); }

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