Html Css Color HEX #B46600 Tenne (Tawny)

📋 copy color: '#B46600'

red 180 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #B46600

Tints of Tenne (Tawny) #B46600

RGB

 RED value IS 180 (70.7% from 255) = 63.83%

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

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

R = 63.83%
G = 36.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B46600 (or 0xB46600) is known color: Tenne (Tawny). HEX triplet: B4, 66 and 00. RGB value is (180,102,0). Sum of RGB (Red+Green+Blue) = 180+102+0=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B46600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46600 is #4B99FF. Grayscale: #727272. Windows color (decimal): -4954624 or 26292. OLE color: 26292.

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

Color convert

RGB 180 102 0 -
CMYK 0 0.43 1 0.29
HSL 34º 1% 0.35% -
HSV(B) 34º 1% 0.71% -
XYZ 23.57 19.21 2.46 -
YUV 113.69 63.84 175.29 -
System Red Green Blue C M Y K H S L
Decimal 180 102 0 0 0.43 1 0.29 34 1 0.35
Hex B4 66 0 0 2B 64 1D 22 64 23
Octal 264 146 0 0 53 144 35 42 144 43
Binary 10110100 1100110 0 0 101011 1100100 11101 100010 1100100 100011

Color Harmonies of #B46600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46600

Black with #B46600

Text Example


Text Example

White with #B46600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46600; }

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

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

background-color css

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

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

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

border-color css

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

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

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