Html Css Color HEX #BD584C Flame Pea

📋 copy color: '#BD584C'

red 189 ◦ green 88 ◦ blue 76

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

Shades of Flame Pea #BD584C

Tints of Flame Pea #BD584C

RGB

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

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

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

R = 53.54%
G = 24.93%
B = 21.53%

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

#BD584C (or 0xBD584C) is known color: Flame Pea. HEX triplet: BD, 58 and 4C. RGB value is (189,88,76). Sum of RGB (Red+Green+Blue) = 189+88+76=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD584C is #42A7B3. Grayscale: #747474. Windows color (decimal): -4368308 or 5003453. OLE color: 5003453.

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

Color convert

RGB 189 88 76 -
CMYK 0 0.53 0.60 0.26
HSL 6.37º 0.46% 0.52% -
HSV(B) 6.37º 0.6% 0.74% -
XYZ 25.78 18.32 9.01 -
YUV 116.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 189 88 76 0 0.53 0.60 0.26 6.37 0.46 0.52
Hex BD 58 4C 0 35 3C 1A 6 2E 34
Octal 275 130 114 0 65 74 32 6 56 64
Binary 10111101 1011000 1001100 0 110101 111100 11010 110 101110 110100

Color Harmonies of #BD584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD584C

Black with #BD584C

Text Example


Text Example

White with #BD584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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