Html Css Color HEX #B05500 Tenne (Tawny)

📋 copy color: '#B05500'

red 176 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #B05500

Tints of Tenne (Tawny) #B05500

RGB

 RED value IS 176 (69.14% from 255) = 67.43%

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

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

R = 67.43%
G = 32.57%
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

#B05500 (or 0xB05500) is known color: Tenne (Tawny). HEX triplet: B0, 55 and 00. RGB value is (176,85,0). Sum of RGB (Red+Green+Blue) = 176+85+0=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B05500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05500 is #4FAAFF. Grayscale: #666666. Windows color (decimal): -5221120 or 21936. OLE color: 21936.

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

Color convert

RGB 176 85 0 -
CMYK 0 0.52 1 0.31
HSL 28.98º 1% 0.35% -
HSV(B) 28.98º 1% 0.69% -
XYZ 21.15 15.73 1.92 -
YUV 102.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 176 85 0 0 0.52 1 0.31 28.98 1 0.35
Hex B0 55 0 0 34 64 1F 1D 64 23
Octal 260 125 0 0 64 144 37 35 144 43
Binary 10110000 1010101 0 0 110100 1100100 11111 11101 1100100 100011

Color Harmonies of #B05500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05500

Black with #B05500

Text Example


Text Example

White with #B05500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05500; }

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

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

background-color css

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

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

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

border-color css

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

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

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