Html Css Color HEX #BB600E Tenne (Tawny)

📋 copy color: '#BB600E'

red 187 ◦ green 96 ◦ blue 14

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

Shades of Tenne (Tawny) #BB600E

Tints of Tenne (Tawny) #BB600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 62.96%
G = 32.32%
B = 4.71%

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

#BB600E (or 0xBB600E) is known color: Tenne (Tawny). HEX triplet: BB, 60 and 0E. RGB value is (187,96,14). Sum of RGB (Red+Green+Blue) = 187+96+14=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB600E is #449FF1. Grayscale: #727272. Windows color (decimal): -4497394 or 942267. OLE color: 942267.

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

Color convert

RGB 187 96 14 -
CMYK 0 0.49 0.93 0.27
HSL 28.44º 0.86% 0.39% -
HSV(B) 28.44º 0.93% 0.73% -
XYZ 24.76 18.96 2.77 -
YUV 113.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 187 96 14 0 0.49 0.93 0.27 28.44 0.86 0.39
Hex BB 60 E 0 31 5D 1B 1C 56 27
Octal 273 140 16 0 61 135 33 34 126 47
Binary 10111011 1100000 1110 0 110001 1011101 11011 11100 1010110 100111

Color Harmonies of #BB600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB600E

Black with #BB600E

Text Example


Text Example

White with #BB600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB600E; }

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

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

background-color css

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

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

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

border-color css

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

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

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