Html Css Color HEX #BD4B38 Grenadier

📋 copy color: '#BD4B38'

red 189 ◦ green 75 ◦ blue 56

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

Shades of Grenadier #BD4B38

Tints of Grenadier #BD4B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.44%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 59.06%
G = 23.44%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD4B38 (or 0xBD4B38) is known color: Grenadier. HEX triplet: BD, 4B and 38. RGB value is (189,75,56). Sum of RGB (Red+Green+Blue) = 189+75+56=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B38 is #42B4C7. Grayscale: #6B6B6B. Windows color (decimal): -4371656 or 3689405. OLE color: 3689405.

HSL color Cylindrical-coordinate representation of color #BD4B38: hue angle of 8.57º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4B38 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 75 56 -
CMYK 0 0.60 0.70 0.26
HSL 8.57º 0.54% 0.48% -
HSV(B) 8.57º 0.7% 0.74% -
XYZ 24.22 16.14 5.58 -
YUV 106.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 189 75 56 0 0.60 0.70 0.26 8.57 0.54 0.48
Hex BD 4B 38 0 3C 46 1A 9 36 30
Octal 275 113 70 0 74 106 32 11 66 60
Binary 10111101 1001011 111000 0 111100 1000110 11010 1001 110110 110000

Color Harmonies of #BD4B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4B38

Black with #BD4B38

Text Example


Text Example

White with #BD4B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4B38; }

 p { color: rgb(189,75,56); }

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

background-color css

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

 a { background-color: rgb(189,75,56); }

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

border-color css

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

 span { border-color: rgb(189,75,56); }

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