Html Css Color HEX #BB5800 Tenne (Tawny)

📋 copy color: '#BB5800'

red 187 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #BB5800

Tints of Tenne (Tawny) #BB5800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 68%
G = 32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB5800 (or 0xBB5800) is known color: Tenne (Tawny). HEX triplet: BB, 58 and 00. RGB value is (187,88,0). Sum of RGB (Red+Green+Blue) = 187+88+0=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5800 is #44A7FF. Grayscale: #6C6C6C. Windows color (decimal): -4499456 or 22715. OLE color: 22715.

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

Color convert

RGB 187 88 0 -
CMYK 0 0.53 1 0.27
HSL 28.24º 1% 0.37% -
HSV(B) 28.24º 1% 0.73% -
XYZ 23.98 17.54 2.12 -
YUV 107.57 67.3 184.66 -
System Red Green Blue C M Y K H S L
Decimal 187 88 0 0 0.53 1 0.27 28.24 1 0.37
Hex BB 58 0 0 35 64 1B 1C 64 25
Octal 273 130 0 0 65 144 33 34 144 45
Binary 10111011 1011000 0 0 110101 1100100 11011 11100 1100100 100101

Color Harmonies of #BB5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5800

Black with #BB5800

Text Example


Text Example

White with #BB5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5800; }

 p { color: rgb(187,88,0); }

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

background-color css

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

 a { background-color: rgb(187,88,0); }

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

border-color css

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

 span { border-color: rgb(187,88,0); }

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