Html Css Color HEX #BD5443 Flame Pea

📋 copy color: '#BD5443'

red 189 ◦ green 84 ◦ blue 67

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

Shades of Flame Pea #BD5443

Tints of Flame Pea #BD5443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.71%

R = 55.59%
G = 24.71%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BD5443 (or 0xBD5443) is known color: Flame Pea. HEX triplet: BD, 54 and 43. RGB value is (189,84,67). Sum of RGB (Red+Green+Blue) = 189+84+67=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5443 is #42ABBC. Grayscale: #717171. Windows color (decimal): -4369341 or 4412605. OLE color: 4412605.

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

Color convert

RGB 189 84 67 -
CMYK 0 0.56 0.65 0.26
HSL 8.36º 0.48% 0.5% -
HSV(B) 8.36º 0.65% 0.74% -
XYZ 25.17 17.56 7.37 -
YUV 113.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 189 84 67 0 0.56 0.65 0.26 8.36 0.48 0.5
Hex BD 54 43 0 38 41 1A 8 30 32
Octal 275 124 103 0 70 101 32 10 60 62
Binary 10111101 1010100 1000011 0 111000 1000001 11010 1000 110000 110010

Color Harmonies of #BD5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5443

Black with #BD5443

Text Example


Text Example

White with #BD5443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5443; }

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

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

background-color css

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

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

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

border-color css

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

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

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