Html Css Color HEX #BD5640 Flame Pea

📋 copy color: '#BD5640'

red 189 ◦ green 86 ◦ blue 64

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

Shades of Flame Pea #BD5640

Tints of Flame Pea #BD5640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.37%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 55.75%
G = 25.37%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD5640 (or 0xBD5640) is known color: Flame Pea. HEX triplet: BD, 56 and 40. RGB value is (189,86,64). Sum of RGB (Red+Green+Blue) = 189+86+64=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5640 is #42A9BF. Grayscale: #727272. Windows color (decimal): -4368832 or 4216509. OLE color: 4216509.

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

Color convert

RGB 189 86 64 -
CMYK 0 0.54 0.66 0.26
HSL 10.56º 0.49% 0.5% -
HSV(B) 10.56º 0.66% 0.74% -
XYZ 25.24 17.84 6.96 -
YUV 114.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 189 86 64 0 0.54 0.66 0.26 10.56 0.49 0.5
Hex BD 56 40 0 36 42 1A B 31 32
Octal 275 126 100 0 66 102 32 13 61 62
Binary 10111101 1010110 1000000 0 110110 1000010 11010 1011 110001 110010

Color Harmonies of #BD5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5640

Black with #BD5640

Text Example


Text Example

White with #BD5640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5640; }

 p { color: rgb(189,86,64); }

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

background-color css

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

 a { background-color: rgb(189,86,64); }

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

border-color css

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

 span { border-color: rgb(189,86,64); }

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