Html Css Color HEX #B05702 Tenne (Tawny)

📋 copy color: '#B05702'

red 176 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #B05702

Tints of Tenne (Tawny) #B05702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.83%

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

R = 66.42%
G = 32.83%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B05702 (or 0xB05702) is known color: Tenne (Tawny). HEX triplet: B0, 57 and 02. RGB value is (176,87,2). Sum of RGB (Red+Green+Blue) = 176+87+2=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05702 is #4FA8FD. Grayscale: #686868. Windows color (decimal): -5220606 or 153520. OLE color: 153520.

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

Color convert

RGB 176 87 2 -
CMYK 0 0.51 0.99 0.31
HSL 29.31º 0.98% 0.35% -
HSV(B) 29.31º 0.99% 0.69% -
XYZ 21.32 16.05 2.03 -
YUV 103.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 176 87 2 0 0.51 0.99 0.31 29.31 0.98 0.35
Hex B0 57 2 0 33 63 1F 1D 62 23
Octal 260 127 2 0 63 143 37 35 142 43
Binary 10110000 1010111 10 0 110011 1100011 11111 11101 1100010 100011

Color Harmonies of #B05702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05702

Black with #B05702

Text Example


Text Example

White with #B05702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05702; }

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

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

background-color css

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

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

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

border-color css

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

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

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