Html Css Color HEX #B15500 Tenne (Tawny)

📋 copy color: '#B15500'

red 177 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #B15500

Tints of Tenne (Tawny) #B15500

RGB

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

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

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

R = 67.56%
G = 32.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B15500 (or 0xB15500) is known color: Tenne (Tawny). HEX triplet: B1, 55 and 00. RGB value is (177,85,0). Sum of RGB (Red+Green+Blue) = 177+85+0=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B15500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15500 is #4EAAFF. Grayscale: #676767. Windows color (decimal): -5155584 or 21937. OLE color: 21937.

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

Color convert

RGB 177 85 0 -
CMYK 0 0.52 1 0.31
HSL 28.81º 1% 0.35% -
HSV(B) 28.81º 1% 0.69% -
XYZ 21.38 15.84 1.93 -
YUV 102.82 69.98 180.91 -
System Red Green Blue C M Y K H S L
Decimal 177 85 0 0 0.52 1 0.31 28.81 1 0.35
Hex B1 55 0 0 34 64 1F 1D 64 23
Octal 261 125 0 0 64 144 37 35 144 43
Binary 10110001 1010101 0 0 110100 1100100 11111 11101 1100100 100011

Color Harmonies of #B15500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15500

Black with #B15500

Text Example


Text Example

White with #B15500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15500; }

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

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

background-color css

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

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

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

border-color css

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

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

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