Html Css Color HEX #B55300 Tenne (Tawny)

📋 copy color: '#B55300'

red 181 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #B55300

Tints of Tenne (Tawny) #B55300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.56%
G = 31.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B55300 (or 0xB55300) is known color: Tenne (Tawny). HEX triplet: B5, 53 and 00. RGB value is (181,83,0). Sum of RGB (Red+Green+Blue) = 181+83+0=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B55300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55300 is #4AACFF. Grayscale: #676767. Windows color (decimal): -4893952 or 21429. OLE color: 21429.

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

Color convert

RGB 181 83 0 -
CMYK 0 0.54 1 0.29
HSL 27.51º 1% 0.35% -
HSV(B) 27.51º 1% 0.71% -
XYZ 22.15 16.01 1.92 -
YUV 102.84 69.97 183.75 -
System Red Green Blue C M Y K H S L
Decimal 181 83 0 0 0.54 1 0.29 27.51 1 0.35
Hex B5 53 0 0 36 64 1D 1C 64 23
Octal 265 123 0 0 66 144 35 34 144 43
Binary 10110101 1010011 0 0 110110 1100100 11101 11100 1100100 100011

Color Harmonies of #B55300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55300

Black with #B55300

Text Example


Text Example

White with #B55300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55300; }

 p { color: rgb(181,83,0); }

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

background-color css

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

 a { background-color: rgb(181,83,0); }

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

border-color css

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

 span { border-color: rgb(181,83,0); }

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