Html Css Color HEX #BD583F Flame Pea

📋 copy color: '#BD583F'

red 189 ◦ green 88 ◦ blue 63

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

Shades of Flame Pea #BD583F

Tints of Flame Pea #BD583F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 55.59%
G = 25.88%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD583F (or 0xBD583F) is known color: Flame Pea. HEX triplet: BD, 58 and 3F. RGB value is (189,88,63). Sum of RGB (Red+Green+Blue) = 189+88+63=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD583F is #42A7C0. Grayscale: #737373. Windows color (decimal): -4368321 or 4151485. OLE color: 4151485.

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

Color convert

RGB 189 88 63 -
CMYK 0 0.53 0.67 0.26
HSL 11.9º 0.5% 0.49% -
HSV(B) 11.9º 0.67% 0.74% -
XYZ 25.37 18.16 6.87 -
YUV 115.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 189 88 63 0 0.53 0.67 0.26 11.9 0.5 0.49
Hex BD 58 3F 0 35 43 1A C 32 31
Octal 275 130 77 0 65 103 32 14 62 61
Binary 10111101 1011000 111111 0 110101 1000011 11010 1100 110010 110001

Color Harmonies of #BD583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD583F

Black with #BD583F

Text Example


Text Example

White with #BD583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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