Html Css Color HEX #B64A30 Grenadier

📋 copy color: '#B64A30'

red 182 ◦ green 74 ◦ blue 48

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

Shades of Grenadier #B64A30

Tints of Grenadier #B64A30

RGB

 RED value IS 182 (71.48% from 255) = 59.87%

 GREEN value IS 74 (29.3% from 255) = 24.34%

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

R = 59.87%
G = 24.34%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B64A30 (or 0xB64A30) is known color: Grenadier. HEX triplet: B6, 4A and 30. RGB value is (182,74,48). Sum of RGB (Red+Green+Blue) = 182+74+48=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A30 is #49B5CF. Grayscale: #676767. Windows color (decimal): -4830672 or 3164854. OLE color: 3164854.

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

Color convert

RGB 182 74 48 -
CMYK 0 0.59 0.74 0.29
HSL 11.64º 0.58% 0.45% -
HSV(B) 11.64º 0.74% 0.71% -
XYZ 22.27 15.06 4.53 -
YUV 103.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 182 74 48 0 0.59 0.74 0.29 11.64 0.58 0.45
Hex B6 4A 30 0 3B 4A 1D C 3A 2D
Octal 266 112 60 0 73 112 35 14 72 55
Binary 10110110 1001010 110000 0 111011 1001010 11101 1100 111010 101101

Color Harmonies of #B64A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64A30

Black with #B64A30

Text Example


Text Example

White with #B64A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64A30; }

 p { color: rgb(182,74,48); }

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

background-color css

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

 a { background-color: rgb(182,74,48); }

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

border-color css

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

 span { border-color: rgb(182,74,48); }

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