Html Css Color HEX #B05A02 Tenne (Tawny)

📋 copy color: '#B05A02'

red 176 ◦ green 90 ◦ blue 2

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

Shades of Tenne (Tawny) #B05A02

Tints of Tenne (Tawny) #B05A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

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

R = 65.67%
G = 33.58%
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

#B05A02 (or 0xB05A02) is known color: Tenne (Tawny). HEX triplet: B0, 5A and 02. RGB value is (176,90,2). Sum of RGB (Red+Green+Blue) = 176+90+2=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A02 is #4FA5FD. Grayscale: #6A6A6A. Windows color (decimal): -5219838 or 154288. OLE color: 154288.

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

Color convert

RGB 176 90 2 -
CMYK 0 0.49 0.99 0.31
HSL 30.34º 0.98% 0.35% -
HSV(B) 30.34º 0.99% 0.69% -
XYZ 21.57 16.55 2.11 -
YUV 105.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 176 90 2 0 0.49 0.99 0.31 30.34 0.98 0.35
Hex B0 5A 2 0 31 63 1F 1E 62 23
Octal 260 132 2 0 61 143 37 36 142 43
Binary 10110000 1011010 10 0 110001 1100011 11111 11110 1100010 100011

Color Harmonies of #B05A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A02

Black with #B05A02

Text Example


Text Example

White with #B05A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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