Html Css Color HEX #BD593D Flame Pea

📋 copy color: '#BD593D'

red 189 ◦ green 89 ◦ blue 61

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

Shades of Flame Pea #BD593D

Tints of Flame Pea #BD593D

RGB

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

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

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

R = 55.75%
G = 26.25%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD593D (or 0xBD593D) is known color: Flame Pea. HEX triplet: BD, 59 and 3D. RGB value is (189,89,61). Sum of RGB (Red+Green+Blue) = 189+89+61=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD593D is #42A6C2. Grayscale: #737373. Windows color (decimal): -4368067 or 4020669. OLE color: 4020669.

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

Color convert

RGB 189 89 61 -
CMYK 0 0.53 0.68 0.26
HSL 13.13º 0.51% 0.49% -
HSV(B) 13.13º 0.68% 0.74% -
XYZ 25.4 18.3 6.61 -
YUV 115.71 97.13 180.28 -
System Red Green Blue C M Y K H S L
Decimal 189 89 61 0 0.53 0.68 0.26 13.13 0.51 0.49
Hex BD 59 3D 0 35 44 1A D 33 31
Octal 275 131 75 0 65 104 32 15 63 61
Binary 10111101 1011001 111101 0 110101 1000100 11010 1101 110011 110001

Color Harmonies of #BD593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD593D

Black with #BD593D

Text Example


Text Example

White with #BD593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD593D; }

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

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

background-color css

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

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

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

border-color css

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

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

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