Html Css Color HEX #B05E00 Tenne (Tawny)

📋 copy color: '#B05E00'

red 176 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #B05E00

Tints of Tenne (Tawny) #B05E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

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

R = 65.19%
G = 34.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B05E00 (or 0xB05E00) is known color: Tenne (Tawny). HEX triplet: B0, 5E and 00. RGB value is (176,94,0). Sum of RGB (Red+Green+Blue) = 176+94+0=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05E00 is #4FA1FF. Grayscale: #6C6C6C. Windows color (decimal): -5218816 or 24240. OLE color: 24240.

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

Color convert

RGB 176 94 0 -
CMYK 0 0.47 1 0.31
HSL 32.05º 1% 0.35% -
HSV(B) 32.05º 1% 0.69% -
XYZ 21.91 17.24 2.17 -
YUV 107.8 67.17 176.64 -
System Red Green Blue C M Y K H S L
Decimal 176 94 0 0 0.47 1 0.31 32.05 1 0.35
Hex B0 5E 0 0 2F 64 1F 20 64 23
Octal 260 136 0 0 57 144 37 40 144 43
Binary 10110000 1011110 0 0 101111 1100100 11111 100000 1100100 100011

Color Harmonies of #B05E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E00

Black with #B05E00

Text Example


Text Example

White with #B05E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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