Html Css Color HEX #BB4527 Grenadier

📋 copy color: '#BB4527'

red 187 ◦ green 69 ◦ blue 39

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

Shades of Grenadier #BB4527

Tints of Grenadier #BB4527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 63.39%
G = 23.39%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB4527 (or 0xBB4527) is known color: Grenadier. HEX triplet: BB, 45 and 27. RGB value is (187,69,39). Sum of RGB (Red+Green+Blue) = 187+69+39=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4527 is #44BAD8. Grayscale: #656565. Windows color (decimal): -4504281 or 2573755. OLE color: 2573755.

HSL color Cylindrical-coordinate representation of color #BB4527: hue angle of 12.16º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4527 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 39 -
CMYK 0 0.63 0.79 0.27
HSL 12.16º 0.65% 0.44% -
HSV(B) 12.16º 0.79% 0.73% -
XYZ 22.99 14.97 3.6 -
YUV 100.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 187 69 39 0 0.63 0.79 0.27 12.16 0.65 0.44
Hex BB 45 27 0 3F 4F 1B C 41 2C
Octal 273 105 47 0 77 117 33 14 101 54
Binary 10111011 1000101 100111 0 111111 1001111 11011 1100 1000001 101100

Color Harmonies of #BB4527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4527

Black with #BB4527

Text Example


Text Example

White with #BB4527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4527; }

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

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

background-color css

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

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

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

border-color css

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

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

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