Html Css Color HEX #B64D3A Grenadier

📋 copy color: '#B64D3A'

red 182 ◦ green 77 ◦ blue 58

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

Shades of Grenadier #B64D3A

Tints of Grenadier #B64D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.29%

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

R = 57.41%
G = 24.29%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B64D3A (or 0xB64D3A) is known color: Grenadier. HEX triplet: B6, 4D and 3A. RGB value is (182,77,58). Sum of RGB (Red+Green+Blue) = 182+77+58=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D3A is #49B2C5. Grayscale: #6A6A6A. Windows color (decimal): -4829894 or 3820982. OLE color: 3820982.

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

Color convert

RGB 182 77 58 -
CMYK 0 0.58 0.68 0.29
HSL 9.19º 0.52% 0.47% -
HSV(B) 9.19º 0.68% 0.71% -
XYZ 22.71 15.56 5.81 -
YUV 106.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 182 77 58 0 0.58 0.68 0.29 9.19 0.52 0.47
Hex B6 4D 3A 0 3A 44 1D 9 34 2F
Octal 266 115 72 0 72 104 35 11 64 57
Binary 10110110 1001101 111010 0 111010 1000100 11101 1001 110100 101111

Color Harmonies of #B64D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D3A

Black with #B64D3A

Text Example


Text Example

White with #B64D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D3A; }

 p { color: rgb(182,77,58); }

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

background-color css

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

 a { background-color: rgb(182,77,58); }

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

border-color css

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

 span { border-color: rgb(182,77,58); }

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