Html Css Color HEX #BD5749 Flame Pea

📋 copy color: '#BD5749'

red 189 ◦ green 87 ◦ blue 73

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

Shades of Flame Pea #BD5749

Tints of Flame Pea #BD5749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 54.15%
G = 24.93%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD5749 (or 0xBD5749) is known color: Flame Pea. HEX triplet: BD, 57 and 49. RGB value is (189,87,73). Sum of RGB (Red+Green+Blue) = 189+87+73=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5749 is #42A8B6. Grayscale: #747474. Windows color (decimal): -4368567 or 4806589. OLE color: 4806589.

HSL color Cylindrical-coordinate representation of color #BD5749: hue angle of 7.24º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5749 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 87 73 -
CMYK 0 0.54 0.61 0.26
HSL 7.24º 0.47% 0.51% -
HSV(B) 7.24º 0.61% 0.74% -
XYZ 25.6 18.12 8.45 -
YUV 115.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 189 87 73 0 0.54 0.61 0.26 7.24 0.47 0.51
Hex BD 57 49 0 36 3D 1A 7 2F 33
Octal 275 127 111 0 66 75 32 7 57 63
Binary 10111101 1010111 1001001 0 110110 111101 11010 111 101111 110011

Color Harmonies of #BD5749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5749

Black with #BD5749

Text Example


Text Example

White with #BD5749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5749; }

 p { color: rgb(189,87,73); }

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

background-color css

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

 a { background-color: rgb(189,87,73); }

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

border-color css

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

 span { border-color: rgb(189,87,73); }

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