Html Css Color HEX #BB5E03 Tenne (Tawny)

📋 copy color: '#BB5E03'

red 187 ◦ green 94 ◦ blue 3

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

Shades of Tenne (Tawny) #BB5E03

Tints of Tenne (Tawny) #BB5E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

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

R = 65.85%
G = 33.1%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB5E03 (or 0xBB5E03) is known color: Tenne (Tawny). HEX triplet: BB, 5E and 03. RGB value is (187,94,3). Sum of RGB (Red+Green+Blue) = 187+94+3=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E03 is #44A1FC. Grayscale: #6F6F6F. Windows color (decimal): -4497917 or 220859. OLE color: 220859.

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

Color convert

RGB 187 94 3 -
CMYK 0 0.50 0.98 0.27
HSL 29.67º 0.97% 0.37% -
HSV(B) 29.67º 0.98% 0.73% -
XYZ 24.51 18.58 2.38 -
YUV 111.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 187 94 3 0 0.50 0.98 0.27 29.67 0.97 0.37
Hex BB 5E 3 0 32 62 1B 1E 61 25
Octal 273 136 3 0 62 142 33 36 141 45
Binary 10111011 1011110 11 0 110010 1100010 11011 11110 1100001 100101

Color Harmonies of #BB5E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E03

Black with #BB5E03

Text Example


Text Example

White with #BB5E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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