Html Css Color HEX #BD5444 Flame Pea

📋 copy color: '#BD5444'

red 189 ◦ green 84 ◦ blue 68

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

Shades of Flame Pea #BD5444

Tints of Flame Pea #BD5444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 55.43%
G = 24.63%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD5444 (or 0xBD5444) is known color: Flame Pea. HEX triplet: BD, 54 and 44. RGB value is (189,84,68). Sum of RGB (Red+Green+Blue) = 189+84+68=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5444 is #42ABBB. Grayscale: #717171. Windows color (decimal): -4369340 or 4478141. OLE color: 4478141.

HSL color Cylindrical-coordinate representation of color #BD5444: hue angle of 7.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD5444 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 84 68 -
CMYK 0 0.56 0.64 0.26
HSL 7.93º 0.48% 0.5% -
HSV(B) 7.93º 0.64% 0.74% -
XYZ 25.2 17.58 7.53 -
YUV 113.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 189 84 68 0 0.56 0.64 0.26 7.93 0.48 0.5
Hex BD 54 44 0 38 40 1A 8 30 32
Octal 275 124 104 0 70 100 32 10 60 62
Binary 10111101 1010100 1000100 0 111000 1000000 11010 1000 110000 110010

Color Harmonies of #BD5444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5444

Black with #BD5444

Text Example


Text Example

White with #BD5444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5444; }

 p { color: rgb(189,84,68); }

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

background-color css

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

 a { background-color: rgb(189,84,68); }

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

border-color css

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

 span { border-color: rgb(189,84,68); }

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