Html Css Color HEX #BB4D2F Grenadier

📋 copy color: '#BB4D2F'

red 187 ◦ green 77 ◦ blue 47

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

Shades of Grenadier #BB4D2F

Tints of Grenadier #BB4D2F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.76%

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 60.13%
G = 24.76%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB4D2F (or 0xBB4D2F) is known color: Grenadier. HEX triplet: BB, 4D and 2F. RGB value is (187,77,47). Sum of RGB (Red+Green+Blue) = 187+77+47=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D2F is #44B2D0. Grayscale: #6A6A6A. Windows color (decimal): -4502225 or 3100091. OLE color: 3100091.

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

Color convert

RGB 187 77 47 -
CMYK 0 0.59 0.75 0.27
HSL 12.86º 0.6% 0.46% -
HSV(B) 12.86º 0.75% 0.73% -
XYZ 23.66 16.08 4.55 -
YUV 106.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 187 77 47 0 0.59 0.75 0.27 12.86 0.6 0.46
Hex BB 4D 2F 0 3B 4B 1B D 3C 2E
Octal 273 115 57 0 73 113 33 15 74 56
Binary 10111011 1001101 101111 0 111011 1001011 11011 1101 111100 101110

Color Harmonies of #BB4D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D2F

Black with #BB4D2F

Text Example


Text Example

White with #BB4D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D2F; }

 p { color: rgb(187,77,47); }

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

background-color css

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

 a { background-color: rgb(187,77,47); }

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

border-color css

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

 span { border-color: rgb(187,77,47); }

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