Html Css Color HEX #BD5944 Flame Pea

📋 copy color: '#BD5944'

red 189 ◦ green 89 ◦ blue 68

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

Shades of Flame Pea #BD5944

Tints of Flame Pea #BD5944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 54.62%
G = 25.72%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD5944 (or 0xBD5944) is known color: Flame Pea. HEX triplet: BD, 59 and 44. RGB value is (189,89,68). Sum of RGB (Red+Green+Blue) = 189+89+68=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5944 is #42A6BB. Grayscale: #747474. Windows color (decimal): -4368060 or 4479421. OLE color: 4479421.

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

Color convert

RGB 189 89 68 -
CMYK 0 0.53 0.64 0.26
HSL 10.41º 0.48% 0.5% -
HSV(B) 10.41º 0.64% 0.74% -
XYZ 25.6 18.38 7.67 -
YUV 116.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 189 89 68 0 0.53 0.64 0.26 10.41 0.48 0.5
Hex BD 59 44 0 35 40 1A A 30 32
Octal 275 131 104 0 65 100 32 12 60 62
Binary 10111101 1011001 1000100 0 110101 1000000 11010 1010 110000 110010

Color Harmonies of #BD5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5944

Black with #BD5944

Text Example


Text Example

White with #BD5944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5944; }

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

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

background-color css

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

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

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

border-color css

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

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

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