Html Css Color HEX #BD573D Flame Pea

📋 copy color: '#BD573D'

red 189 ◦ green 87 ◦ blue 61

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

Shades of Flame Pea #BD573D

Tints of Flame Pea #BD573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 56.08%
G = 25.82%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD573D (or 0xBD573D) is known color: Flame Pea. HEX triplet: BD, 57 and 3D. RGB value is (189,87,61). Sum of RGB (Red+Green+Blue) = 189+87+61=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD573D is #42A8C2. Grayscale: #727272. Windows color (decimal): -4368579 or 4020157. OLE color: 4020157.

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

Color convert

RGB 189 87 61 -
CMYK 0 0.54 0.68 0.26
HSL 12.19º 0.51% 0.49% -
HSV(B) 12.19º 0.68% 0.74% -
XYZ 25.24 17.97 6.55 -
YUV 114.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 189 87 61 0 0.54 0.68 0.26 12.19 0.51 0.49
Hex BD 57 3D 0 36 44 1A C 33 31
Octal 275 127 75 0 66 104 32 14 63 61
Binary 10111101 1010111 111101 0 110110 1000100 11010 1100 110011 110001

Color Harmonies of #BD573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD573D

Black with #BD573D

Text Example


Text Example

White with #BD573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD573D; }

 p { color: rgb(189,87,61); }

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

background-color css

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

 a { background-color: rgb(189,87,61); }

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

border-color css

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

 span { border-color: rgb(189,87,61); }

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