#BB5103

Color #BB5103 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BB5103

Tints of Tenne (Tawny) #BB5103

Color information

#BB5103 (or 0xBB5103) is unknown color: approx Tenne (Tawny). HEX triplet: BB, 51 and 03. RGB value is (187,81,3). Sum of RGB (Red+Green+Blue) = 187+81+3=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5103 is #44AEFC. Grayscale: #686868. Windows color (decimal): -4501245 or 217531. OLE color: 217531.

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

Color convert

RGB187813-
CMYK00.570.980.27
HSL25.43º96.84%37.25%-
HSV(B)25.43º98.4%73.33%-
XYZ23.4516.462.03-
YUV103.871.12187.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.00%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=69.00%
G=29.89%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18781300.570.980.2725.4396.8437.25
HexBB513039621B196125
Octal2731213071142333114145
Binary101110111010001110111001110001011011110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5103; }

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

 H1.HeaderClassName
 {
   color: #BB5103;
 }
 .AnyTagClassName
 {
   color: #BB5103;
 }
</style>
background-color css

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

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

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

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

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

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