Html Css Color HEX #B95334 Grenadier

📋 copy color: '#B95334'

red 185 ◦ green 83 ◦ blue 52

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

Shades of Grenadier #B95334

Tints of Grenadier #B95334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 57.81%
G = 25.94%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B95334 (or 0xB95334) is known color: Grenadier. HEX triplet: B9, 53 and 34. RGB value is (185,83,52). Sum of RGB (Red+Green+Blue) = 185+83+52=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B95334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95334 is #46ACCB. Grayscale: #6E6E6E. Windows color (decimal): -4631756 or 3429305. OLE color: 3429305.

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

Color convert

RGB 185 83 52 -
CMYK 0 0.55 0.72 0.27
HSL 13.98º 0.56% 0.46% -
HSV(B) 13.98º 0.72% 0.73% -
XYZ 23.72 16.75 5.23 -
YUV 109.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 185 83 52 0 0.55 0.72 0.27 13.98 0.56 0.46
Hex B9 53 34 0 37 48 1B E 38 2E
Octal 271 123 64 0 67 110 33 16 70 56
Binary 10111001 1010011 110100 0 110111 1001000 11011 1110 111000 101110

Color Harmonies of #B95334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95334

Black with #B95334

Text Example


Text Example

White with #B95334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95334; }

 p { color: rgb(185,83,52); }

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

background-color css

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

 a { background-color: rgb(185,83,52); }

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

border-color css

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

 span { border-color: rgb(185,83,52); }

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