Html Css Color HEX #B05D01 Tenne (Tawny)

📋 copy color: '#B05D01'

red 176 ◦ green 93 ◦ blue 1

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

Shades of Tenne (Tawny) #B05D01

Tints of Tenne (Tawny) #B05D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.44%

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

R = 65.19%
G = 34.44%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B05D01 (or 0xB05D01) is known color: Tenne (Tawny). HEX triplet: B0, 5D and 01. RGB value is (176,93,1). Sum of RGB (Red+Green+Blue) = 176+93+1=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05D01 is #4FA2FE. Grayscale: #6B6B6B. Windows color (decimal): -5219071 or 89520. OLE color: 89520.

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

Color convert

RGB 176 93 1 -
CMYK 0 0.47 0.99 0.31
HSL 31.54º 0.99% 0.35% -
HSV(B) 31.54º 0.99% 0.69% -
XYZ 21.82 17.06 2.17 -
YUV 107.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 176 93 1 0 0.47 0.99 0.31 31.54 0.99 0.35
Hex B0 5D 1 0 2F 63 1F 20 63 23
Octal 260 135 1 0 57 143 37 40 143 43
Binary 10110000 1011101 1 0 101111 1100011 11111 100000 1100011 100011

Color Harmonies of #B05D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D01

Black with #B05D01

Text Example


Text Example

White with #B05D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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