Html Css Color HEX #BB5103 Tenne (Tawny)

📋 copy color: '#BB5103'

red 187 ◦ green 81 ◦ blue 3

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

Shades of Tenne (Tawny) #BB5103

Tints of Tenne (Tawny) #BB5103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 69%
G = 29.89%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB5103 (or 0xBB5103) is known color: 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

RGB 187 81 3 -
CMYK 0 0.57 0.98 0.27
HSL 25.43º 0.97% 0.37% -
HSV(B) 25.43º 0.98% 0.73% -
XYZ 23.45 16.46 2.03 -
YUV 103.8 71.12 187.34 -
System Red Green Blue C M Y K H S L
Decimal 187 81 3 0 0.57 0.98 0.27 25.43 0.97 0.37
Hex BB 51 3 0 39 62 1B 19 61 25
Octal 273 121 3 0 71 142 33 31 141 45
Binary 10111011 1010001 11 0 111001 1100010 11011 11001 1100001 100101

Color Harmonies of #BB5103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5103

Black with #BB5103

Text Example


Text Example

White with #BB5103

Text Example


Text Example

HTML Codes & Css Web 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>