Html Css Color HEX #B46701 Tenne (Tawny)

📋 copy color: '#B46701'

red 180 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #B46701

Tints of Tenne (Tawny) #B46701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 63.38%
G = 36.27%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B46701 (or 0xB46701) is known color: Tenne (Tawny). HEX triplet: B4, 67 and 01. RGB value is (180,103,1). Sum of RGB (Red+Green+Blue) = 180+103+1=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B46701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46701 is #4B98FE. Grayscale: #727272. Windows color (decimal): -4954367 or 92084. OLE color: 92084.

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

Color convert

RGB 180 103 1 -
CMYK 0 0.43 0.99 0.29
HSL 34.19º 0.99% 0.35% -
HSV(B) 34.19º 0.99% 0.71% -
XYZ 23.68 19.41 2.53 -
YUV 114.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 180 103 1 0 0.43 0.99 0.29 34.19 0.99 0.35
Hex B4 67 1 0 2B 63 1D 22 63 23
Octal 264 147 1 0 53 143 35 42 143 43
Binary 10110100 1100111 1 0 101011 1100011 11101 100010 1100011 100011

Color Harmonies of #B46701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46701

Black with #B46701

Text Example


Text Example

White with #B46701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46701; }

 p { color: rgb(180,103,1); }

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

background-color css

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

 a { background-color: rgb(180,103,1); }

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

border-color css

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

 span { border-color: rgb(180,103,1); }

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