Html Css Color HEX #B64938 Grenadier

📋 copy color: '#B64938'

red 182 ◦ green 73 ◦ blue 56

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

Shades of Grenadier #B64938

Tints of Grenadier #B64938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 58.52%
G = 23.47%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B64938 (or 0xB64938) is known color: Grenadier. HEX triplet: B6, 49 and 38. RGB value is (182,73,56). Sum of RGB (Red+Green+Blue) = 182+73+56=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B64938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64938 is #49B6C7. Grayscale: #676767. Windows color (decimal): -4830920 or 3688886. OLE color: 3688886.

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

Color convert

RGB 182 73 56 -
CMYK 0 0.60 0.69 0.29
HSL 8.1º 0.53% 0.47% -
HSV(B) 8.1º 0.69% 0.71% -
XYZ 22.39 15 5.46 -
YUV 103.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 182 73 56 0 0.60 0.69 0.29 8.1 0.53 0.47
Hex B6 49 38 0 3C 45 1D 8 35 2F
Octal 266 111 70 0 74 105 35 10 65 57
Binary 10110110 1001001 111000 0 111100 1000101 11101 1000 110101 101111

Color Harmonies of #B64938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64938

Black with #B64938

Text Example


Text Example

White with #B64938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64938; }

 p { color: rgb(182,73,56); }

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

background-color css

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

 a { background-color: rgb(182,73,56); }

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

border-color css

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

 span { border-color: rgb(182,73,56); }

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