Html Css Color HEX #BD5334 Grenadier

📋 copy color: '#BD5334'

red 189 ◦ green 83 ◦ blue 52

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

Shades of Grenadier #BD5334

Tints of Grenadier #BD5334

RGB

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

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

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

R = 58.33%
G = 25.62%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD5334 (or 0xBD5334) is known color: Grenadier. HEX triplet: BD, 53 and 34. RGB value is (189,83,52). Sum of RGB (Red+Green+Blue) = 189+83+52=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5334 is #42ACCB. Grayscale: #6F6F6F. Windows color (decimal): -4369612 or 3429309. OLE color: 3429309.

HSL color Cylindrical-coordinate representation of color #BD5334: hue angle of 13.58º degrees, saturation: 0.57, 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 #BD5334 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 83 52 -
CMYK 0 0.56 0.72 0.26
HSL 13.58º 0.57% 0.47% -
HSV(B) 13.58º 0.72% 0.74% -
XYZ 24.7 17.25 5.28 -
YUV 111.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 189 83 52 0 0.56 0.72 0.26 13.58 0.57 0.47
Hex BD 53 34 0 38 48 1A E 39 2F
Octal 275 123 64 0 70 110 32 16 71 57
Binary 10111101 1010011 110100 0 111000 1001000 11010 1110 111001 101111

Color Harmonies of #BD5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5334

Black with #BD5334

Text Example


Text Example

White with #BD5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5334; }

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

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

background-color css

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

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

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

border-color css

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

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

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