Html Css Color HEX #B94E3E Grenadier

📋 copy color: '#B94E3E'

red 185 ◦ green 78 ◦ blue 62

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

Shades of Grenadier #B94E3E

Tints of Grenadier #B94E3E

RGB

 RED value IS 185 (72.66% from 255) = 56.92%

 GREEN value IS 78 (30.86% from 255) = 24%

 BLUE value IS 62 (24.61% from 255) = 19.08%

R = 56.92%
G = 24%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B94E3E (or 0xB94E3E) is known color: Grenadier. HEX triplet: B9, 4E and 3E. RGB value is (185,78,62). Sum of RGB (Red+Green+Blue) = 185+78+62=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E3E is #46B1C1. Grayscale: #6C6C6C. Windows color (decimal): -4633026 or 4083385. OLE color: 4083385.

HSL color Cylindrical-coordinate representation of color #B94E3E: hue angle of 7.8º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94E3E is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 78 62 -
CMYK 0 0.58 0.66 0.27
HSL 7.8º 0.5% 0.48% -
HSV(B) 7.8º 0.66% 0.73% -
XYZ 23.6 16.11 6.42 -
YUV 108.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 185 78 62 0 0.58 0.66 0.27 7.8 0.5 0.48
Hex B9 4E 3E 0 3A 42 1B 8 32 30
Octal 271 116 76 0 72 102 33 10 62 60
Binary 10111001 1001110 111110 0 111010 1000010 11011 1000 110010 110000

Color Harmonies of #B94E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E3E

Black with #B94E3E

Text Example


Text Example

White with #B94E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E3E; }

 p { color: rgb(185,78,62); }

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

background-color css

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

 a { background-color: rgb(185,78,62); }

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

border-color css

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

 span { border-color: rgb(185,78,62); }

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