Html Css Color HEX #BB482F Grenadier

📋 copy color: '#BB482F'

red 187 ◦ green 72 ◦ blue 47

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

Shades of Grenadier #BB482F

Tints of Grenadier #BB482F

RGB

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

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

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

R = 61.11%
G = 23.53%
B = 15.36%

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

#BB482F (or 0xBB482F) is known color: Grenadier. HEX triplet: BB, 48 and 2F. RGB value is (187,72,47). Sum of RGB (Red+Green+Blue) = 187+72+47=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB482F is #44B7D0. Grayscale: #676767. Windows color (decimal): -4503505 or 3098811. OLE color: 3098811.

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

Color convert

RGB 187 72 47 -
CMYK 0 0.61 0.75 0.27
HSL 10.71º 0.6% 0.46% -
HSV(B) 10.71º 0.75% 0.73% -
XYZ 23.32 15.4 4.43 -
YUV 103.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 187 72 47 0 0.61 0.75 0.27 10.71 0.6 0.46
Hex BB 48 2F 0 3D 4B 1B B 3C 2E
Octal 273 110 57 0 75 113 33 13 74 56
Binary 10111011 1001000 101111 0 111101 1001011 11011 1011 111100 101110

Color Harmonies of #BB482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB482F

Black with #BB482F

Text Example


Text Example

White with #BB482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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