Html Css Color HEX #BD422B Grenadier

📋 copy color: '#BD422B'

red 189 ◦ green 66 ◦ blue 43

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

Shades of Grenadier #BD422B

Tints of Grenadier #BD422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 43 (17.19% from 255) = 14.43%

R = 63.42%
G = 22.15%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD422B (or 0xBD422B) is known color: Grenadier. HEX triplet: BD, 42 and 2B. RGB value is (189,66,43). Sum of RGB (Red+Green+Blue) = 189+66+43=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD422B is #42BDD4. Grayscale: #646464. Windows color (decimal): -4373973 or 2835133. OLE color: 2835133.

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

Color convert

RGB 189 66 43 -
CMYK 0 0.65 0.77 0.26
HSL 9.45º 0.63% 0.45% -
HSV(B) 9.45º 0.77% 0.74% -
XYZ 23.37 14.89 3.93 -
YUV 100.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 189 66 43 0 0.65 0.77 0.26 9.45 0.63 0.45
Hex BD 42 2B 0 41 4D 1A 9 3F 2D
Octal 275 102 53 0 101 115 32 11 77 55
Binary 10111101 1000010 101011 0 1000001 1001101 11010 1001 111111 101101

Color Harmonies of #BD422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD422B

Black with #BD422B

Text Example


Text Example

White with #BD422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD422B; }

 p { color: rgb(189,66,43); }

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

background-color css

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

 a { background-color: rgb(189,66,43); }

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

border-color css

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

 span { border-color: rgb(189,66,43); }

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