Html Css Color HEX #B55B01 Tenne (Tawny)

📋 copy color: '#B55B01'

red 181 ◦ green 91 ◦ blue 1

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

Shades of Tenne (Tawny) #B55B01

Tints of Tenne (Tawny) #B55B01

RGB

 RED value IS 181 (71.09% from 255) = 66.3%

 GREEN value IS 91 (35.94% from 255) = 33.33%

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

R = 66.3%
G = 33.33%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B55B01 (or 0xB55B01) is known color: Tenne (Tawny). HEX triplet: B5, 5B and 01. RGB value is (181,91,1). Sum of RGB (Red+Green+Blue) = 181+91+1=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55B01 is #4AA4FE. Grayscale: #6C6C6C. Windows color (decimal): -4891903 or 89013. OLE color: 89013.

HSL color Cylindrical-coordinate representation of color #B55B01: hue angle of 30º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B55B01 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 91 1 -
CMYK 0 0.50 0.99 0.29
HSL 30º 0.99% 0.36% -
HSV(B) 30º 0.99% 0.71% -
XYZ 22.8 17.31 2.17 -
YUV 107.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 181 91 1 0 0.50 0.99 0.29 30 0.99 0.36
Hex B5 5B 1 0 32 63 1D 1E 63 24
Octal 265 133 1 0 62 143 35 36 143 44
Binary 10110101 1011011 1 0 110010 1100011 11101 11110 1100011 100100

Color Harmonies of #B55B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55B01

Black with #B55B01

Text Example


Text Example

White with #B55B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55B01; }

 p { color: rgb(181,91,1); }

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

background-color css

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

 a { background-color: rgb(181,91,1); }

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

border-color css

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

 span { border-color: rgb(181,91,1); }

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