Html Css Color HEX #B84630 Grenadier

📋 copy color: '#B84630'

red 184 ◦ green 70 ◦ blue 48

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

Shades of Grenadier #B84630

Tints of Grenadier #B84630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 60.93%
G = 23.18%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B84630 (or 0xB84630) is known color: Grenadier. HEX triplet: B8, 46 and 30. RGB value is (184,70,48). Sum of RGB (Red+Green+Blue) = 184+70+48=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B84630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84630 is #47B9CF. Grayscale: #656565. Windows color (decimal): -4700624 or 3163832. OLE color: 3163832.

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

Color convert

RGB 184 70 48 -
CMYK 0 0.62 0.74 0.28
HSL 9.71º 0.59% 0.45% -
HSV(B) 9.71º 0.74% 0.72% -
XYZ 22.49 14.78 4.46 -
YUV 101.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 184 70 48 0 0.62 0.74 0.28 9.71 0.59 0.45
Hex B8 46 30 0 3E 4A 1C A 3B 2D
Octal 270 106 60 0 76 112 34 12 73 55
Binary 10111000 1000110 110000 0 111110 1001010 11100 1010 111011 101101

Color Harmonies of #B84630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84630

Black with #B84630

Text Example


Text Example

White with #B84630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84630; }

 p { color: rgb(184,70,48); }

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

background-color css

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

 a { background-color: rgb(184,70,48); }

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

border-color css

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

 span { border-color: rgb(184,70,48); }

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