Html Css Color HEX #BD5849 Flame Pea

📋 copy color: '#BD5849'

red 189 ◦ green 88 ◦ blue 73

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

Shades of Flame Pea #BD5849

Tints of Flame Pea #BD5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 54%
G = 25.14%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD5849 (or 0xBD5849) is known color: Flame Pea. HEX triplet: BD, 58 and 49. RGB value is (189,88,73). Sum of RGB (Red+Green+Blue) = 189+88+73=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5849 is #42A7B6. Grayscale: #747474. Windows color (decimal): -4368311 or 4806845. OLE color: 4806845.

HSL color Cylindrical-coordinate representation of color #BD5849: hue angle of 7.76º 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 #BD5849 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 88 73 -
CMYK 0 0.53 0.61 0.26
HSL 7.76º 0.47% 0.51% -
HSV(B) 7.76º 0.61% 0.74% -
XYZ 25.68 18.28 8.48 -
YUV 116.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 189 88 73 0 0.53 0.61 0.26 7.76 0.47 0.51
Hex BD 58 49 0 35 3D 1A 8 2F 33
Octal 275 130 111 0 65 75 32 10 57 63
Binary 10111101 1011000 1001001 0 110101 111101 11010 1000 101111 110011

Color Harmonies of #BD5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5849

Black with #BD5849

Text Example


Text Example

White with #BD5849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5849; }

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

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

background-color css

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

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

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

border-color css

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

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

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