Html Css Color HEX #B15501 Tenne (Tawny)

📋 copy color: '#B15501'

red 177 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #B15501

Tints of Tenne (Tawny) #B15501

RGB

 RED value IS 177 (69.53% from 255) = 67.3%

 GREEN value IS 85 (33.59% from 255) = 32.32%

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

R = 67.3%
G = 32.32%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B15501 (or 0xB15501) is known color: Tenne (Tawny). HEX triplet: B1, 55 and 01. RGB value is (177,85,1). Sum of RGB (Red+Green+Blue) = 177+85+1=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B15501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15501 is #4EAAFE. Grayscale: #676767. Windows color (decimal): -5155583 or 87473. OLE color: 87473.

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

Color convert

RGB 177 85 1 -
CMYK 0 0.52 0.99 0.31
HSL 28.64º 0.99% 0.35% -
HSV(B) 28.64º 0.99% 0.69% -
XYZ 21.39 15.85 1.96 -
YUV 102.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 177 85 1 0 0.52 0.99 0.31 28.64 0.99 0.35
Hex B1 55 1 0 34 63 1F 1D 63 23
Octal 261 125 1 0 64 143 37 35 143 43
Binary 10110001 1010101 1 0 110100 1100011 11111 11101 1100011 100011

Color Harmonies of #B15501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15501

Black with #B15501

Text Example


Text Example

White with #B15501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15501; }

 p { color: rgb(177,85,1); }

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

background-color css

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

 a { background-color: rgb(177,85,1); }

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

border-color css

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

 span { border-color: rgb(177,85,1); }

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