Html Css Color HEX #B75139 Grenadier

📋 copy color: '#B75139'

red 183 ◦ green 81 ◦ blue 57

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

Shades of Grenadier #B75139

Tints of Grenadier #B75139

RGB

 RED value IS 183 (71.88% from 255) = 57.01%

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

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 57.01%
G = 25.23%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B75139 (or 0xB75139) is known color: Grenadier. HEX triplet: B7, 51 and 39. RGB value is (183,81,57). Sum of RGB (Red+Green+Blue) = 183+81+57=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B75139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75139 is #48AEC6. Grayscale: #6C6C6C. Windows color (decimal): -4763335 or 3756471. OLE color: 3756471.

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

Color convert

RGB 183 81 57 -
CMYK 0 0.56 0.69 0.28
HSL 11.43º 0.53% 0.47% -
HSV(B) 11.43º 0.69% 0.72% -
XYZ 23.21 16.25 5.78 -
YUV 108.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 183 81 57 0 0.56 0.69 0.28 11.43 0.53 0.47
Hex B7 51 39 0 38 45 1C B 34 2F
Octal 267 121 71 0 70 105 34 13 64 57
Binary 10110111 1010001 111001 0 111000 1000101 11100 1011 110100 101111

Color Harmonies of #B75139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75139

Black with #B75139

Text Example


Text Example

White with #B75139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75139; }

 p { color: rgb(183,81,57); }

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

background-color css

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

 a { background-color: rgb(183,81,57); }

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

border-color css

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

 span { border-color: rgb(183,81,57); }

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