Html Css Color HEX #B85135 Grenadier

📋 copy color: '#B85135'

red 184 ◦ green 81 ◦ blue 53

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

Shades of Grenadier #B85135

Tints of Grenadier #B85135

RGB

 RED value IS 184 (72.27% from 255) = 57.86%

 GREEN value IS 81 (32.03% from 255) = 25.47%

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

R = 57.86%
G = 25.47%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B85135 (or 0xB85135) is known color: Grenadier. HEX triplet: B8, 51 and 35. RGB value is (184,81,53). Sum of RGB (Red+Green+Blue) = 184+81+53=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B85135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85135 is #47AECA. Grayscale: #6C6C6C. Windows color (decimal): -4697803 or 3494328. OLE color: 3494328.

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

Color convert

RGB 184 81 53 -
CMYK 0 0.56 0.71 0.28
HSL 12.82º 0.55% 0.46% -
HSV(B) 12.82º 0.71% 0.72% -
XYZ 23.35 16.33 5.29 -
YUV 108.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 184 81 53 0 0.56 0.71 0.28 12.82 0.55 0.46
Hex B8 51 35 0 38 47 1C D 37 2E
Octal 270 121 65 0 70 107 34 15 67 56
Binary 10111000 1010001 110101 0 111000 1000111 11100 1101 110111 101110

Color Harmonies of #B85135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85135

Black with #B85135

Text Example


Text Example

White with #B85135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85135; }

 p { color: rgb(184,81,53); }

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

background-color css

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

 a { background-color: rgb(184,81,53); }

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

border-color css

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

 span { border-color: rgb(184,81,53); }

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