Html Css Color HEX #BB610F Tenne (Tawny)

📋 copy color: '#BB610F'

red 187 ◦ green 97 ◦ blue 15

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

Shades of Tenne (Tawny) #BB610F

Tints of Tenne (Tawny) #BB610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 62.54%
G = 32.44%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB610F (or 0xBB610F) is known color: Tenne (Tawny). HEX triplet: BB, 61 and 0F. RGB value is (187,97,15). Sum of RGB (Red+Green+Blue) = 187+97+15=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB610F is #449EF0. Grayscale: #727272. Windows color (decimal): -4497137 or 1008059. OLE color: 1008059.

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

Color convert

RGB 187 97 15 -
CMYK 0 0.48 0.92 0.27
HSL 28.6º 0.85% 0.4% -
HSV(B) 28.6º 0.92% 0.73% -
XYZ 24.85 19.15 2.84 -
YUV 114.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 187 97 15 0 0.48 0.92 0.27 28.6 0.85 0.4
Hex BB 61 F 0 30 5C 1B 1D 55 28
Octal 273 141 17 0 60 134 33 35 125 50
Binary 10111011 1100001 1111 0 110000 1011100 11011 11101 1010101 101000

Color Harmonies of #BB610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB610F

Black with #BB610F

Text Example


Text Example

White with #BB610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB610F; }

 p { color: rgb(187,97,15); }

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

background-color css

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

 a { background-color: rgb(187,97,15); }

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

border-color css

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

 span { border-color: rgb(187,97,15); }

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