Html Css Color HEX #BD4528 Grenadier

📋 copy color: '#BD4528'

red 189 ◦ green 69 ◦ blue 40

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

Shades of Grenadier #BD4528

Tints of Grenadier #BD4528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 63.42%
G = 23.15%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD4528 (or 0xBD4528) is known color: Grenadier. HEX triplet: BD, 45 and 28. RGB value is (189,69,40). Sum of RGB (Red+Green+Blue) = 189+69+40=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4528 is #42BAD7. Grayscale: #656565. Windows color (decimal): -4373208 or 2639293. OLE color: 2639293.

HSL color Cylindrical-coordinate representation of color #BD4528: hue angle of 11.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD4528 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 40 -
CMYK 0 0.63 0.79 0.26
HSL 11.68º 0.65% 0.45% -
HSV(B) 11.68º 0.79% 0.74% -
XYZ 23.5 15.23 3.71 -
YUV 101.57 93.26 190.36 -
System Red Green Blue C M Y K H S L
Decimal 189 69 40 0 0.63 0.79 0.26 11.68 0.65 0.45
Hex BD 45 28 0 3F 4F 1A C 41 2D
Octal 275 105 50 0 77 117 32 14 101 55
Binary 10111101 1000101 101000 0 111111 1001111 11010 1100 1000001 101101

Color Harmonies of #BD4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4528

Black with #BD4528

Text Example


Text Example

White with #BD4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4528; }

 p { color: rgb(189,69,40); }

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

background-color css

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

 a { background-color: rgb(189,69,40); }

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

border-color css

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

 span { border-color: rgb(189,69,40); }

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