Html Css Color HEX #BB4425 Grenadier

📋 copy color: '#BB4425'

red 187 ◦ green 68 ◦ blue 37

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

Shades of Grenadier #BB4425

Tints of Grenadier #BB4425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 64.04%
G = 23.29%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB4425 (or 0xBB4425) is known color: Grenadier. HEX triplet: BB, 44 and 25. RGB value is (187,68,37). Sum of RGB (Red+Green+Blue) = 187+68+37=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4425 is #44BBDA. Grayscale: #646464. Windows color (decimal): -4504539 or 2442427. OLE color: 2442427.

HSL color Cylindrical-coordinate representation of color #BB4425: hue angle of 12.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4425 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 68 37 -
CMYK 0 0.64 0.80 0.27
HSL 12.4º 0.67% 0.44% -
HSV(B) 12.4º 0.8% 0.73% -
XYZ 22.89 14.83 3.41 -
YUV 100.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 187 68 37 0 0.64 0.80 0.27 12.4 0.67 0.44
Hex BB 44 25 0 40 50 1B C 43 2C
Octal 273 104 45 0 100 120 33 14 103 54
Binary 10111011 1000100 100101 0 1000000 1010000 11011 1100 1000011 101100

Color Harmonies of #BB4425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4425

Black with #BB4425

Text Example


Text Example

White with #BB4425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4425; }

 p { color: rgb(187,68,37); }

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

background-color css

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

 a { background-color: rgb(187,68,37); }

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

border-color css

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

 span { border-color: rgb(187,68,37); }

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