Html Css Color HEX #B05C01 Tenne (Tawny)

📋 copy color: '#B05C01'

red 176 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #B05C01

Tints of Tenne (Tawny) #B05C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 65.43%
G = 34.2%
B = 0.37%

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

#B05C01 (or 0xB05C01) is known color: Tenne (Tawny). HEX triplet: B0, 5C and 01. RGB value is (176,92,1). Sum of RGB (Red+Green+Blue) = 176+92+1=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05C01 is #4FA3FE. Grayscale: #6B6B6B. Windows color (decimal): -5219327 or 89264. OLE color: 89264.

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

Color convert

RGB 176 92 1 -
CMYK 0 0.48 0.99 0.31
HSL 31.2º 0.99% 0.35% -
HSV(B) 31.2º 0.99% 0.69% -
XYZ 21.74 16.89 2.14 -
YUV 106.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 176 92 1 0 0.48 0.99 0.31 31.2 0.99 0.35
Hex B0 5C 1 0 30 63 1F 1F 63 23
Octal 260 134 1 0 60 143 37 37 143 43
Binary 10110000 1011100 1 0 110000 1100011 11111 11111 1100011 100011

Color Harmonies of #B05C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C01

Black with #B05C01

Text Example


Text Example

White with #B05C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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