Html Css Color HEX #BD452F Grenadier

📋 copy color: '#BD452F'

red 189 ◦ green 69 ◦ blue 47

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

Shades of Grenadier #BD452F

Tints of Grenadier #BD452F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 61.97%
G = 22.62%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD452F (or 0xBD452F) is known color: Grenadier. HEX triplet: BD, 45 and 2F. RGB value is (189,69,47). Sum of RGB (Red+Green+Blue) = 189+69+47=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD452F is #42BAD0. Grayscale: #666666. Windows color (decimal): -4373201 or 3098045. OLE color: 3098045.

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

Color convert

RGB 189 69 47 -
CMYK 0 0.63 0.75 0.26
HSL 9.3º 0.6% 0.46% -
HSV(B) 9.3º 0.75% 0.74% -
XYZ 23.63 15.28 4.39 -
YUV 102.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 189 69 47 0 0.63 0.75 0.26 9.3 0.6 0.46
Hex BD 45 2F 0 3F 4B 1A 9 3C 2E
Octal 275 105 57 0 77 113 32 11 74 56
Binary 10111101 1000101 101111 0 111111 1001011 11010 1001 111100 101110

Color Harmonies of #BD452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD452F

Black with #BD452F

Text Example


Text Example

White with #BD452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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