Html Css Color HEX #B46400 Tenne (Tawny)

📋 copy color: '#B46400'

red 180 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #B46400

Tints of Tenne (Tawny) #B46400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

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

R = 64.29%
G = 35.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B46400 (or 0xB46400) is known color: Tenne (Tawny). HEX triplet: B4, 64 and 00. RGB value is (180,100,0). Sum of RGB (Red+Green+Blue) = 180+100+0=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B46400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46400 is #4B9BFF. Grayscale: #717171. Windows color (decimal): -4955136 or 25780. OLE color: 25780.

HSL color Cylindrical-coordinate representation of color #B46400: hue angle of 33.33º 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 #B46400 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 0 -
CMYK 0 0.44 1 0.29
HSL 33.33º 1% 0.35% -
HSV(B) 33.33º 1% 0.71% -
XYZ 23.38 18.82 2.4 -
YUV 112.52 64.5 176.13 -
System Red Green Blue C M Y K H S L
Decimal 180 100 0 0 0.44 1 0.29 33.33 1 0.35
Hex B4 64 0 0 2C 64 1D 21 64 23
Octal 264 144 0 0 54 144 35 41 144 43
Binary 10110100 1100100 0 0 101100 1100100 11101 100001 1100100 100011

Color Harmonies of #B46400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46400

Black with #B46400

Text Example


Text Example

White with #B46400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46400; }

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

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

background-color css

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

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

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

border-color css

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

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

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