Html Css Color HEX #BB5106 Tenne (Tawny)

📋 copy color: '#BB5106'

red 187 ◦ green 81 ◦ blue 6

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

Shades of Tenne (Tawny) #BB5106

Tints of Tenne (Tawny) #BB5106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 68.25%
G = 29.56%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB5106 (or 0xBB5106) is known color: Tenne (Tawny). HEX triplet: BB, 51 and 06. RGB value is (187,81,6). Sum of RGB (Red+Green+Blue) = 187+81+6=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5106 is #44AEF9. Grayscale: #686868. Windows color (decimal): -4501242 or 414139. OLE color: 414139.

HSL color Cylindrical-coordinate representation of color #BB5106: hue angle of 24.86º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB5106 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 6 -
CMYK 0 0.57 0.97 0.27
HSL 24.86º 0.94% 0.38% -
HSV(B) 24.86º 0.97% 0.73% -
XYZ 23.47 16.46 2.11 -
YUV 104.14 72.62 187.1 -
System Red Green Blue C M Y K H S L
Decimal 187 81 6 0 0.57 0.97 0.27 24.86 0.94 0.38
Hex BB 51 6 0 39 61 1B 19 5E 26
Octal 273 121 6 0 71 141 33 31 136 46
Binary 10111011 1010001 110 0 111001 1100001 11011 11001 1011110 100110

Color Harmonies of #BB5106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5106

Black with #BB5106

Text Example


Text Example

White with #BB5106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5106; }

 p { color: rgb(187,81,6); }

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

background-color css

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

 a { background-color: rgb(187,81,6); }

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

border-color css

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

 span { border-color: rgb(187,81,6); }

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