Html Css Color HEX #BD594C Flame Pea

📋 copy color: '#BD594C'

red 189 ◦ green 89 ◦ blue 76

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

Shades of Flame Pea #BD594C

Tints of Flame Pea #BD594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 53.39%
G = 25.14%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD594C (or 0xBD594C) is known color: Flame Pea. HEX triplet: BD, 59 and 4C. RGB value is (189,89,76). Sum of RGB (Red+Green+Blue) = 189+89+76=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD594C is #42A6B3. Grayscale: #757575. Windows color (decimal): -4368052 or 5003709. OLE color: 5003709.

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

Color convert

RGB 189 89 76 -
CMYK 0 0.53 0.60 0.26
HSL 6.9º 0.46% 0.52% -
HSV(B) 6.9º 0.6% 0.74% -
XYZ 25.86 18.49 9.04 -
YUV 117.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 189 89 76 0 0.53 0.60 0.26 6.9 0.46 0.52
Hex BD 59 4C 0 35 3C 1A 7 2E 34
Octal 275 131 114 0 65 74 32 7 56 64
Binary 10111101 1011001 1001100 0 110101 111100 11010 111 101110 110100

Color Harmonies of #BD594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD594C

Black with #BD594C

Text Example


Text Example

White with #BD594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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