Html Css Color HEX #BB5403 Tenne (Tawny)

📋 copy color: '#BB5403'

red 187 ◦ green 84 ◦ blue 3

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

Shades of Tenne (Tawny) #BB5403

Tints of Tenne (Tawny) #BB5403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 68.25%
G = 30.66%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB5403 (or 0xBB5403) is known color: Tenne (Tawny). HEX triplet: BB, 54 and 03. RGB value is (187,84,3). Sum of RGB (Red+Green+Blue) = 187+84+3=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5403 is #44ABFC. Grayscale: #696969. Windows color (decimal): -4500477 or 218299. OLE color: 218299.

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

Color convert

RGB 187 84 3 -
CMYK 0 0.55 0.98 0.27
HSL 26.41º 0.97% 0.37% -
HSV(B) 26.41º 0.98% 0.73% -
XYZ 23.68 16.91 2.1 -
YUV 105.56 70.12 186.09 -
System Red Green Blue C M Y K H S L
Decimal 187 84 3 0 0.55 0.98 0.27 26.41 0.97 0.37
Hex BB 54 3 0 37 62 1B 1A 61 25
Octal 273 124 3 0 67 142 33 32 141 45
Binary 10111011 1010100 11 0 110111 1100010 11011 11010 1100001 100101

Color Harmonies of #BB5403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5403

Black with #BB5403

Text Example


Text Example

White with #BB5403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5403; }

 p { color: rgb(187,84,3); }

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

background-color css

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

 a { background-color: rgb(187,84,3); }

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

border-color css

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

 span { border-color: rgb(187,84,3); }

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