Html Css Color HEX #BB5001 Tenne (Tawny)

📋 copy color: '#BB5001'

red 187 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #BB5001

Tints of Tenne (Tawny) #BB5001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 69.78%
G = 29.85%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB5001 (or 0xBB5001) is known color: Tenne (Tawny). HEX triplet: BB, 50 and 01. RGB value is (187,80,1). Sum of RGB (Red+Green+Blue) = 187+80+1=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5001 is #44AFFE. Grayscale: #676767. Windows color (decimal): -4501503 or 86203. OLE color: 86203.

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

Color convert

RGB 187 80 1 -
CMYK 0 0.57 0.99 0.27
HSL 25.48º 0.99% 0.37% -
HSV(B) 25.48º 0.99% 0.73% -
XYZ 23.37 16.3 1.94 -
YUV 102.99 70.45 187.92 -
System Red Green Blue C M Y K H S L
Decimal 187 80 1 0 0.57 0.99 0.27 25.48 0.99 0.37
Hex BB 50 1 0 39 63 1B 19 63 25
Octal 273 120 1 0 71 143 33 31 143 45
Binary 10111011 1010000 1 0 111001 1100011 11011 11001 1100011 100101

Color Harmonies of #BB5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5001

Black with #BB5001

Text Example


Text Example

White with #BB5001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5001; }

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

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

background-color css

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

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

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

border-color css

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

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

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