Html Css Color HEX #B64A3A Grenadier

📋 copy color: '#B64A3A'

red 182 ◦ green 74 ◦ blue 58

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

Shades of Grenadier #B64A3A

Tints of Grenadier #B64A3A

RGB

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

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

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

R = 57.96%
G = 23.57%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B64A3A (or 0xB64A3A) is known color: Grenadier. HEX triplet: B6, 4A and 3A. RGB value is (182,74,58). Sum of RGB (Red+Green+Blue) = 182+74+58=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A3A is #49B5C5. Grayscale: #686868. Windows color (decimal): -4830662 or 3820214. OLE color: 3820214.

HSL color Cylindrical-coordinate representation of color #B64A3A: hue angle of 7.74º 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 #B64A3A is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 74 58 -
CMYK 0 0.59 0.68 0.29
HSL 7.74º 0.52% 0.47% -
HSV(B) 7.74º 0.68% 0.71% -
XYZ 22.5 15.15 5.74 -
YUV 104.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 182 74 58 0 0.59 0.68 0.29 7.74 0.52 0.47
Hex B6 4A 3A 0 3B 44 1D 8 34 2F
Octal 266 112 72 0 73 104 35 10 64 57
Binary 10110110 1001010 111010 0 111011 1000100 11101 1000 110100 101111

Color Harmonies of #B64A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64A3A

Black with #B64A3A

Text Example


Text Example

White with #B64A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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