Html Css Color HEX #BB5130 Grenadier

📋 copy color: '#BB5130'

red 187 ◦ green 81 ◦ blue 48

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

Shades of Grenadier #BB5130

Tints of Grenadier #BB5130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 59.18%
G = 25.63%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB5130 (or 0xBB5130) is known color: Grenadier. HEX triplet: BB, 51 and 30. RGB value is (187,81,48). Sum of RGB (Red+Green+Blue) = 187+81+48=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5130 is #44AECF. Grayscale: #6D6D6D. Windows color (decimal): -4501200 or 3166651. OLE color: 3166651.

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

Color convert

RGB 187 81 48 -
CMYK 0 0.57 0.74 0.27
HSL 14.24º 0.59% 0.46% -
HSV(B) 14.24º 0.74% 0.73% -
XYZ 23.97 16.66 4.75 -
YUV 108.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 187 81 48 0 0.57 0.74 0.27 14.24 0.59 0.46
Hex BB 51 30 0 39 4A 1B E 3B 2E
Octal 273 121 60 0 71 112 33 16 73 56
Binary 10111011 1010001 110000 0 111001 1001010 11011 1110 111011 101110

Color Harmonies of #BB5130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5130

Black with #BB5130

Text Example


Text Example

White with #BB5130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5130; }

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

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

background-color css

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

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

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

border-color css

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

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

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