Html Css Color HEX #BB5F0E Tenne (Tawny)

📋 copy color: '#BB5F0E'

red 187 ◦ green 95 ◦ blue 14

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

Shades of Tenne (Tawny) #BB5F0E

Tints of Tenne (Tawny) #BB5F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 63.18%
G = 32.09%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB5F0E (or 0xBB5F0E) is known color: Tenne (Tawny). HEX triplet: BB, 5F and 0E. RGB value is (187,95,14). Sum of RGB (Red+Green+Blue) = 187+95+14=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5F0E is #44A0F1. Grayscale: #717171. Windows color (decimal): -4497650 or 942011. OLE color: 942011.

HSL color Cylindrical-coordinate representation of color #BB5F0E: hue angle of 28.09º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB5F0E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 95 14 -
CMYK 0 0.49 0.93 0.27
HSL 28.09º 0.86% 0.39% -
HSV(B) 28.09º 0.93% 0.73% -
XYZ 24.66 18.78 2.74 -
YUV 113.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 187 95 14 0 0.49 0.93 0.27 28.09 0.86 0.39
Hex BB 5F E 0 31 5D 1B 1C 56 27
Octal 273 137 16 0 61 135 33 34 126 47
Binary 10111011 1011111 1110 0 110001 1011101 11011 11100 1010110 100111

Color Harmonies of #BB5F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5F0E

Black with #BB5F0E

Text Example


Text Example

White with #BB5F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5F0E; }

 p { color: rgb(187,95,14); }

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

background-color css

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

 a { background-color: rgb(187,95,14); }

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

border-color css

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

 span { border-color: rgb(187,95,14); }

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