Html Css Color HEX #B94635 Grenadier

📋 copy color: '#B94635'

red 185 ◦ green 70 ◦ blue 53

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

Shades of Grenadier #B94635

Tints of Grenadier #B94635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 53 (21.09% from 255) = 17.21%

R = 60.06%
G = 22.73%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B94635 (or 0xB94635) is known color: Grenadier. HEX triplet: B9, 46 and 35. RGB value is (185,70,53). Sum of RGB (Red+Green+Blue) = 185+70+53=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B94635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94635 is #46B9CA. Grayscale: #666666. Windows color (decimal): -4635083 or 3491513. OLE color: 3491513.

HSL color Cylindrical-coordinate representation of color #B94635: hue angle of 7.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B94635 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 53 -
CMYK 0 0.62 0.71 0.27
HSL 7.73º 0.55% 0.47% -
HSV(B) 7.73º 0.71% 0.73% -
XYZ 22.84 14.95 5.05 -
YUV 102.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 185 70 53 0 0.62 0.71 0.27 7.73 0.55 0.47
Hex B9 46 35 0 3E 47 1B 8 37 2F
Octal 271 106 65 0 76 107 33 10 67 57
Binary 10111001 1000110 110101 0 111110 1000111 11011 1000 110111 101111

Color Harmonies of #B94635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94635

Black with #B94635

Text Example


Text Example

White with #B94635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94635; }

 p { color: rgb(185,70,53); }

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

background-color css

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

 a { background-color: rgb(185,70,53); }

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

border-color css

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

 span { border-color: rgb(185,70,53); }

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