Html Css Color HEX #BB5B01 Tenne (Tawny)

📋 copy color: '#BB5B01'

red 187 ◦ green 91 ◦ blue 1

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

Shades of Tenne (Tawny) #BB5B01

Tints of Tenne (Tawny) #BB5B01

RGB

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

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

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

R = 67.03%
G = 32.62%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB5B01 (or 0xBB5B01) is known color: Tenne (Tawny). HEX triplet: BB, 5B and 01. RGB value is (187,91,1). Sum of RGB (Red+Green+Blue) = 187+91+1=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5B01 is #44A4FE. Grayscale: #6D6D6D. Windows color (decimal): -4498687 or 89019. OLE color: 89019.

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

Color convert

RGB 187 91 1 -
CMYK 0 0.51 0.99 0.27
HSL 29.03º 0.99% 0.37% -
HSV(B) 29.03º 0.99% 0.73% -
XYZ 24.24 18.05 2.23 -
YUV 109.44 66.8 183.32 -
System Red Green Blue C M Y K H S L
Decimal 187 91 1 0 0.51 0.99 0.27 29.03 0.99 0.37
Hex BB 5B 1 0 33 63 1B 1D 63 25
Octal 273 133 1 0 63 143 33 35 143 45
Binary 10111011 1011011 1 0 110011 1100011 11011 11101 1100011 100101

Color Harmonies of #BB5B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5B01

Black with #BB5B01

Text Example


Text Example

White with #BB5B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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