Html Css Color HEX #BB482E Grenadier

📋 copy color: '#BB482E'

red 187 ◦ green 72 ◦ blue 46

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

Shades of Grenadier #BB482E

Tints of Grenadier #BB482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 61.31%
G = 23.61%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB482E (or 0xBB482E) is known color: Grenadier. HEX triplet: BB, 48 and 2E. RGB value is (187,72,46). Sum of RGB (Red+Green+Blue) = 187+72+46=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB482E is #44B7D1. Grayscale: #676767. Windows color (decimal): -4503506 or 3033275. OLE color: 3033275.

HSL color Cylindrical-coordinate representation of color #BB482E: hue angle of 11.06º degrees, saturation: 0.61, 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 #BB482E is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 46 -
CMYK 0 0.61 0.75 0.27
HSL 11.06º 0.61% 0.46% -
HSV(B) 11.06º 0.75% 0.73% -
XYZ 23.3 15.4 4.33 -
YUV 103.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 187 72 46 0 0.61 0.75 0.27 11.06 0.61 0.46
Hex BB 48 2E 0 3D 4B 1B B 3D 2E
Octal 273 110 56 0 75 113 33 13 75 56
Binary 10111011 1001000 101110 0 111101 1001011 11011 1011 111101 101110

Color Harmonies of #BB482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB482E

Black with #BB482E

Text Example


Text Example

White with #BB482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB482E; }

 p { color: rgb(187,72,46); }

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

background-color css

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

 a { background-color: rgb(187,72,46); }

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

border-color css

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

 span { border-color: rgb(187,72,46); }

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