Html Css Color HEX #B05C02 Tenne (Tawny)

📋 copy color: '#B05C02'

red 176 ◦ green 92 ◦ blue 2

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

Shades of Tenne (Tawny) #B05C02

Tints of Tenne (Tawny) #B05C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.07%

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

R = 65.19%
G = 34.07%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B05C02 (or 0xB05C02) is known color: Tenne (Tawny). HEX triplet: B0, 5C and 02. RGB value is (176,92,2). Sum of RGB (Red+Green+Blue) = 176+92+2=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05C02 is #4FA3FD. Grayscale: #6B6B6B. Windows color (decimal): -5219326 or 154800. OLE color: 154800.

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

Color convert

RGB 176 92 2 -
CMYK 0 0.48 0.99 0.31
HSL 31.03º 0.98% 0.35% -
HSV(B) 31.03º 0.99% 0.69% -
XYZ 21.74 16.89 2.17 -
YUV 106.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 176 92 2 0 0.48 0.99 0.31 31.03 0.98 0.35
Hex B0 5C 2 0 30 63 1F 1F 62 23
Octal 260 134 2 0 60 143 37 37 142 43
Binary 10110000 1011100 10 0 110000 1100011 11111 11111 1100010 100011

Color Harmonies of #B05C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C02

Black with #B05C02

Text Example


Text Example

White with #B05C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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