Html Css Color HEX #BB6010 Tenne (Tawny)

📋 copy color: '#BB6010'

red 187 ◦ green 96 ◦ blue 16

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

Shades of Tenne (Tawny) #BB6010

Tints of Tenne (Tawny) #BB6010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.35%

R = 62.54%
G = 32.11%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB6010 (or 0xBB6010) is known color: Tenne (Tawny). HEX triplet: BB, 60 and 10. RGB value is (187,96,16). Sum of RGB (Red+Green+Blue) = 187+96+16=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6010 is #449FEF. Grayscale: #727272. Windows color (decimal): -4497392 or 1073339. OLE color: 1073339.

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

Color convert

RGB 187 96 16 -
CMYK 0 0.49 0.91 0.27
HSL 28.07º 0.84% 0.4% -
HSV(B) 28.07º 0.91% 0.73% -
XYZ 24.77 18.97 2.85 -
YUV 114.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 187 96 16 0 0.49 0.91 0.27 28.07 0.84 0.4
Hex BB 60 10 0 31 5B 1B 1C 54 28
Octal 273 140 20 0 61 133 33 34 124 50
Binary 10111011 1100000 10000 0 110001 1011011 11011 11100 1010100 101000

Color Harmonies of #BB6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6010

Black with #BB6010

Text Example


Text Example

White with #BB6010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6010; }

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

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

background-color css

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

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

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

border-color css

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

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

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