Html Css Color HEX #BD5845 Flame Pea

📋 copy color: '#BD5845'

red 189 ◦ green 88 ◦ blue 69

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

Shades of Flame Pea #BD5845

Tints of Flame Pea #BD5845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 54.62%
G = 25.43%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD5845 (or 0xBD5845) is known color: Flame Pea. HEX triplet: BD, 58 and 45. RGB value is (189,88,69). Sum of RGB (Red+Green+Blue) = 189+88+69=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5845 is #42A7BA. Grayscale: #747474. Windows color (decimal): -4368315 or 4544701. OLE color: 4544701.

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

Color convert

RGB 189 88 69 -
CMYK 0 0.53 0.63 0.26
HSL 9.5º 0.48% 0.51% -
HSV(B) 9.5º 0.63% 0.74% -
XYZ 25.55 18.23 7.8 -
YUV 116.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 189 88 69 0 0.53 0.63 0.26 9.5 0.48 0.51
Hex BD 58 45 0 35 3F 1A A 30 33
Octal 275 130 105 0 65 77 32 12 60 63
Binary 10111101 1011000 1000101 0 110101 111111 11010 1010 110000 110011

Color Harmonies of #BD5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5845

Black with #BD5845

Text Example


Text Example

White with #BD5845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5845; }

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

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

background-color css

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

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

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

border-color css

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

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

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