Html Css Color HEX #BB4330 Grenadier

📋 copy color: '#BB4330'

red 187 ◦ green 67 ◦ blue 48

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

Shades of Grenadier #BB4330

Tints of Grenadier #BB4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.19%

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

R = 61.92%
G = 22.19%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB4330 (or 0xBB4330) is known color: Grenadier. HEX triplet: BB, 43 and 30. RGB value is (187,67,48). Sum of RGB (Red+Green+Blue) = 187+67+48=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4330 is #44BCCF. Grayscale: #646464. Windows color (decimal): -4504784 or 3163067. OLE color: 3163067.

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

Color convert

RGB 187 67 48 -
CMYK 0 0.64 0.74 0.27
HSL 8.2º 0.59% 0.46% -
HSV(B) 8.2º 0.74% 0.73% -
XYZ 23.03 14.79 4.44 -
YUV 100.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 187 67 48 0 0.64 0.74 0.27 8.2 0.59 0.46
Hex BB 43 30 0 40 4A 1B 8 3B 2E
Octal 273 103 60 0 100 112 33 10 73 56
Binary 10111011 1000011 110000 0 1000000 1001010 11011 1000 111011 101110

Color Harmonies of #BB4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4330

Black with #BB4330

Text Example


Text Example

White with #BB4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4330; }

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

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

background-color css

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

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

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

border-color css

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

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

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