Html Css Color HEX #B8483A Grenadier

📋 copy color: '#B8483A'

red 184 ◦ green 72 ◦ blue 58

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

Shades of Grenadier #B8483A

Tints of Grenadier #B8483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 58.6%
G = 22.93%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8483A (or 0xB8483A) is known color: Grenadier. HEX triplet: B8, 48 and 3A. RGB value is (184,72,58). Sum of RGB (Red+Green+Blue) = 184+72+58=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8483A is #47B7C5. Grayscale: #686868. Windows color (decimal): -4700102 or 3819704. OLE color: 3819704.

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

Color convert

RGB 184 72 58 -
CMYK 0 0.61 0.68 0.28
HSL 6.67º 0.52% 0.47% -
HSV(B) 6.67º 0.68% 0.72% -
XYZ 22.85 15.13 5.72 -
YUV 103.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 184 72 58 0 0.61 0.68 0.28 6.67 0.52 0.47
Hex B8 48 3A 0 3D 44 1C 7 34 2F
Octal 270 110 72 0 75 104 34 7 64 57
Binary 10111000 1001000 111010 0 111101 1000100 11100 111 110100 101111

Color Harmonies of #B8483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8483A

Black with #B8483A

Text Example


Text Example

White with #B8483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8483A; }

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

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

background-color css

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

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

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

border-color css

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

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

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