Html Css Color HEX #B45701 Tenne (Tawny)

📋 copy color: '#B45701'

red 180 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #B45701

Tints of Tenne (Tawny) #B45701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

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

R = 67.16%
G = 32.46%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B45701 (or 0xB45701) is known color: Tenne (Tawny). HEX triplet: B4, 57 and 01. RGB value is (180,87,1). Sum of RGB (Red+Green+Blue) = 180+87+1=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B45701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45701 is #4BA8FE. Grayscale: #696969. Windows color (decimal): -4958463 or 87988. OLE color: 87988.

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

Color convert

RGB 180 87 1 -
CMYK 0 0.52 0.99 0.29
HSL 28.83º 0.99% 0.35% -
HSV(B) 28.83º 0.99% 0.71% -
XYZ 22.24 16.52 2.05 -
YUV 105 69.31 181.49 -
System Red Green Blue C M Y K H S L
Decimal 180 87 1 0 0.52 0.99 0.29 28.83 0.99 0.35
Hex B4 57 1 0 34 63 1D 1D 63 23
Octal 264 127 1 0 64 143 35 35 143 43
Binary 10110100 1010111 1 0 110100 1100011 11101 11101 1100011 100011

Color Harmonies of #B45701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45701

Black with #B45701

Text Example


Text Example

White with #B45701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45701; }

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

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

background-color css

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

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

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

border-color css

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

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

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