Html Css Color HEX #BD594A Flame Pea

📋 copy color: '#BD594A'

red 189 ◦ green 89 ◦ blue 74

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

Shades of Flame Pea #BD594A

Tints of Flame Pea #BD594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 53.69%
G = 25.28%
B = 21.02%

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

#BD594A (or 0xBD594A) is known color: Flame Pea. HEX triplet: BD, 59 and 4A. RGB value is (189,89,74). Sum of RGB (Red+Green+Blue) = 189+89+74=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD594A is #42A6B5. Grayscale: #757575. Windows color (decimal): -4368054 or 4872637. OLE color: 4872637.

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

Color convert

RGB 189 89 74 -
CMYK 0 0.53 0.61 0.26
HSL 7.83º 0.47% 0.52% -
HSV(B) 7.83º 0.61% 0.74% -
XYZ 25.79 18.46 8.68 -
YUV 117.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 189 89 74 0 0.53 0.61 0.26 7.83 0.47 0.52
Hex BD 59 4A 0 35 3D 1A 8 2F 34
Octal 275 131 112 0 65 75 32 10 57 64
Binary 10111101 1011001 1001010 0 110101 111101 11010 1000 101111 110100

Color Harmonies of #BD594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD594A

Black with #BD594A

Text Example


Text Example

White with #BD594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD594A; }

 p { color: rgb(189,89,74); }

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

background-color css

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

 a { background-color: rgb(189,89,74); }

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

border-color css

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

 span { border-color: rgb(189,89,74); }

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