Html Css Color HEX #B8482E Grenadier

📋 copy color: '#B8482E'

red 184 ◦ green 72 ◦ blue 46

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

Shades of Grenadier #B8482E

Tints of Grenadier #B8482E

RGB

 RED value IS 184 (72.27% from 255) = 60.93%

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

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

R = 60.93%
G = 23.84%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8482E (or 0xB8482E) is known color: Grenadier. HEX triplet: B8, 48 and 2E. RGB value is (184,72,46). Sum of RGB (Red+Green+Blue) = 184+72+46=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B8482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8482E is #47B7D1. Grayscale: #666666. Windows color (decimal): -4700114 or 3033272. OLE color: 3033272.

HSL color Cylindrical-coordinate representation of color #B8482E: hue angle of 11.3º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8482E is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 72 46 -
CMYK 0 0.61 0.75 0.28
HSL 11.3º 0.6% 0.45% -
HSV(B) 11.3º 0.75% 0.72% -
XYZ 22.58 15.02 4.29 -
YUV 102.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 184 72 46 0 0.61 0.75 0.28 11.3 0.6 0.45
Hex B8 48 2E 0 3D 4B 1C B 3C 2D
Octal 270 110 56 0 75 113 34 13 74 55
Binary 10111000 1001000 101110 0 111101 1001011 11100 1011 111100 101101

Color Harmonies of #B8482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8482E

Black with #B8482E

Text Example


Text Example

White with #B8482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8482E; }

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

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

background-color css

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

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

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

border-color css

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

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

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