Html Css Color HEX #BB4530 Grenadier

📋 copy color: '#BB4530'

red 187 ◦ green 69 ◦ blue 48

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

Shades of Grenadier #BB4530

Tints of Grenadier #BB4530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 61.51%
G = 22.7%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB4530 (or 0xBB4530) is known color: Grenadier. HEX triplet: BB, 45 and 30. RGB value is (187,69,48). Sum of RGB (Red+Green+Blue) = 187+69+48=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4530 is #44BACF. Grayscale: #666666. Windows color (decimal): -4504272 or 3163579. OLE color: 3163579.

HSL color Cylindrical-coordinate representation of color #BB4530: hue angle of 9.06º 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 #BB4530 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 48 -
CMYK 0 0.63 0.74 0.27
HSL 9.06º 0.59% 0.46% -
HSV(B) 9.06º 0.74% 0.73% -
XYZ 23.16 15.03 4.48 -
YUV 101.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 187 69 48 0 0.63 0.74 0.27 9.06 0.59 0.46
Hex BB 45 30 0 3F 4A 1B 9 3B 2E
Octal 273 105 60 0 77 112 33 11 73 56
Binary 10111011 1000101 110000 0 111111 1001010 11011 1001 111011 101110

Color Harmonies of #BB4530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4530

Black with #BB4530

Text Example


Text Example

White with #BB4530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4530; }

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

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

background-color css

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

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

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

border-color css

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

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

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