Html Css Color HEX #B05902 Tenne (Tawny)

📋 copy color: '#B05902'

red 176 ◦ green 89 ◦ blue 2

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

Shades of Tenne (Tawny) #B05902

Tints of Tenne (Tawny) #B05902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 65.92%
G = 33.33%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B05902 (or 0xB05902) is known color: Tenne (Tawny). HEX triplet: B0, 59 and 02. RGB value is (176,89,2). Sum of RGB (Red+Green+Blue) = 176+89+2=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B05902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05902 is #4FA6FD. Grayscale: #696969. Windows color (decimal): -5220094 or 154032. OLE color: 154032.

HSL color Cylindrical-coordinate representation of color #B05902: hue angle of 30º degrees, saturation: 0.98, 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 #B05902 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 2 -
CMYK 0 0.49 0.99 0.31
HSL 30º 0.98% 0.35% -
HSV(B) 30º 0.99% 0.69% -
XYZ 21.49 16.38 2.09 -
YUV 105.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 176 89 2 0 0.49 0.99 0.31 30 0.98 0.35
Hex B0 59 2 0 31 63 1F 1E 62 23
Octal 260 131 2 0 61 143 37 36 142 43
Binary 10110000 1011001 10 0 110001 1100011 11111 11110 1100010 100011

Color Harmonies of #B05902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05902

Black with #B05902

Text Example


Text Example

White with #B05902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05902; }

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

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

background-color css

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

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

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

border-color css

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

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

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