Html Css Color HEX #BD5135 Grenadier

📋 copy color: '#BD5135'

red 189 ◦ green 81 ◦ blue 53

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

Shades of Grenadier #BD5135

Tints of Grenadier #BD5135

RGB

 RED value IS 189 (74.22% from 255) = 58.51%

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

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

R = 58.51%
G = 25.08%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD5135 (or 0xBD5135) is known color: Grenadier. HEX triplet: BD, 51 and 35. RGB value is (189,81,53). Sum of RGB (Red+Green+Blue) = 189+81+53=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5135 is #42AECA. Grayscale: #6E6E6E. Windows color (decimal): -4370123 or 3494333. OLE color: 3494333.

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

Color convert

RGB 189 81 53 -
CMYK 0 0.57 0.72 0.26
HSL 12.35º 0.56% 0.47% -
HSV(B) 12.35º 0.72% 0.74% -
XYZ 24.57 16.96 5.35 -
YUV 110.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 189 81 53 0 0.57 0.72 0.26 12.35 0.56 0.47
Hex BD 51 35 0 39 48 1A C 38 2F
Octal 275 121 65 0 71 110 32 14 70 57
Binary 10111101 1010001 110101 0 111001 1001000 11010 1100 111000 101111

Color Harmonies of #BD5135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5135

Black with #BD5135

Text Example


Text Example

White with #BD5135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5135; }

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

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

background-color css

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

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

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

border-color css

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

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

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