Html Css Color HEX #B05905 Tenne (Tawny)

📋 copy color: '#B05905'

red 176 ◦ green 89 ◦ blue 5

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

Shades of Tenne (Tawny) #B05905

Tints of Tenne (Tawny) #B05905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 65.19%
G = 32.96%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B05905 (or 0xB05905) is known color: Tenne (Tawny). HEX triplet: B0, 59 and 05. RGB value is (176,89,5). Sum of RGB (Red+Green+Blue) = 176+89+5=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B05905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05905 is #4FA6FA. Grayscale: #696969. Windows color (decimal): -5220091 or 350640. OLE color: 350640.

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

Color convert

RGB 176 89 5 -
CMYK 0 0.49 0.97 0.31
HSL 29.47º 0.94% 0.35% -
HSV(B) 29.47º 0.97% 0.69% -
XYZ 21.5 16.39 2.17 -
YUV 105.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 176 89 5 0 0.49 0.97 0.31 29.47 0.94 0.35
Hex B0 59 5 0 31 61 1F 1D 5E 23
Octal 260 131 5 0 61 141 37 35 136 43
Binary 10110000 1011001 101 0 110001 1100001 11111 11101 1011110 100011

Color Harmonies of #B05905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05905

Black with #B05905

Text Example


Text Example

White with #B05905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05905; }

 p { color: rgb(176,89,5); }

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

background-color css

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

 a { background-color: rgb(176,89,5); }

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

border-color css

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

 span { border-color: rgb(176,89,5); }

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