Html Css Color HEX #BB5D14 Tenne (Tawny)

📋 copy color: '#BB5D14'

red 187 ◦ green 93 ◦ blue 20

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

Shades of Tenne (Tawny) #BB5D14

Tints of Tenne (Tawny) #BB5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 62.33%
G = 31%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5D14 (or 0xBB5D14) is known color: Tenne (Tawny). HEX triplet: BB, 5D and 14. RGB value is (187,93,20). Sum of RGB (Red+Green+Blue) = 187+93+20=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5D14 is #44A2EB. Grayscale: #717171. Windows color (decimal): -4498156 or 1334715. OLE color: 1334715.

HSL color Cylindrical-coordinate representation of color #BB5D14: hue angle of 26.23º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB5D14 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 20 -
CMYK 0 0.50 0.89 0.27
HSL 26.23º 0.81% 0.41% -
HSV(B) 26.23º 0.89% 0.73% -
XYZ 24.53 18.44 2.93 -
YUV 112.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 187 93 20 0 0.50 0.89 0.27 26.23 0.81 0.41
Hex BB 5D 14 0 32 59 1B 1A 51 29
Octal 273 135 24 0 62 131 33 32 121 51
Binary 10111011 1011101 10100 0 110010 1011001 11011 11010 1010001 101001

Color Harmonies of #BB5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D14

Black with #BB5D14

Text Example


Text Example

White with #BB5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D14; }

 p { color: rgb(187,93,20); }

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

background-color css

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

 a { background-color: rgb(187,93,20); }

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

border-color css

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

 span { border-color: rgb(187,93,20); }

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