Html Css Color HEX #BB5201 Tenne (Tawny)

📋 copy color: '#BB5201'

red 187 ◦ green 82 ◦ blue 1

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

Shades of Tenne (Tawny) #BB5201

Tints of Tenne (Tawny) #BB5201

RGB

 RED value IS 187 (73.44% from 255) = 69.26%

 GREEN value IS 82 (32.42% from 255) = 30.37%

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

R = 69.26%
G = 30.37%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB5201 (or 0xBB5201) is known color: Tenne (Tawny). HEX triplet: BB, 52 and 01. RGB value is (187,82,1). Sum of RGB (Red+Green+Blue) = 187+82+1=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5201 is #44ADFE. Grayscale: #686868. Windows color (decimal): -4500991 or 86715. OLE color: 86715.

HSL color Cylindrical-coordinate representation of color #BB5201: hue angle of 26.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB5201 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 82 1 -
CMYK 0 0.56 0.99 0.27
HSL 26.13º 0.99% 0.37% -
HSV(B) 26.13º 0.99% 0.73% -
XYZ 23.52 16.6 1.99 -
YUV 104.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 187 82 1 0 0.56 0.99 0.27 26.13 0.99 0.37
Hex BB 52 1 0 38 63 1B 1A 63 25
Octal 273 122 1 0 70 143 33 32 143 45
Binary 10111011 1010010 1 0 111000 1100011 11011 11010 1100011 100101

Color Harmonies of #BB5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5201

Black with #BB5201

Text Example


Text Example

White with #BB5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5201; }

 p { color: rgb(187,82,1); }

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

background-color css

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

 a { background-color: rgb(187,82,1); }

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

border-color css

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

 span { border-color: rgb(187,82,1); }

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