Html Css Color HEX #BB5105 Tenne (Tawny)

📋 copy color: '#BB5105'

red 187 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #BB5105

Tints of Tenne (Tawny) #BB5105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 68.5%
G = 29.67%
B = 1.83%

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

#BB5105 (or 0xBB5105) is known color: Tenne (Tawny). HEX triplet: BB, 51 and 05. RGB value is (187,81,5). Sum of RGB (Red+Green+Blue) = 187+81+5=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5105 is #44AEFA. Grayscale: #686868. Windows color (decimal): -4501243 or 348603. OLE color: 348603.

HSL color Cylindrical-coordinate representation of color #BB5105: hue angle of 25.05º degrees, saturation: 0.95, 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 #BB5105 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 5 -
CMYK 0 0.57 0.97 0.27
HSL 25.05º 0.95% 0.38% -
HSV(B) 25.05º 0.97% 0.73% -
XYZ 23.46 16.46 2.08 -
YUV 104.03 72.12 187.18 -
System Red Green Blue C M Y K H S L
Decimal 187 81 5 0 0.57 0.97 0.27 25.05 0.95 0.38
Hex BB 51 5 0 39 61 1B 19 5F 26
Octal 273 121 5 0 71 141 33 31 137 46
Binary 10111011 1010001 101 0 111001 1100001 11011 11001 1011111 100110

Color Harmonies of #BB5105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5105

Black with #BB5105

Text Example


Text Example

White with #BB5105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5105; }

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

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

background-color css

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

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

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

border-color css

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

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

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