Html Css Color HEX #BD5745 Flame Pea

📋 copy color: '#BD5745'

red 189 ◦ green 87 ◦ blue 69

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

Shades of Flame Pea #BD5745

Tints of Flame Pea #BD5745

RGB

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

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

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

R = 54.78%
G = 25.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD5745 (or 0xBD5745) is known color: Flame Pea. HEX triplet: BD, 57 and 45. RGB value is (189,87,69). Sum of RGB (Red+Green+Blue) = 189+87+69=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5745 is #42A8BA. Grayscale: #737373. Windows color (decimal): -4368571 or 4544445. OLE color: 4544445.

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

Color convert

RGB 189 87 69 -
CMYK 0 0.54 0.63 0.26
HSL 0.48% 0.51% -
HSV(B) 0.63% 0.74% -
XYZ 25.47 18.06 7.77 -
YUV 115.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 189 87 69 0 0.54 0.63 0.26 9 0.48 0.51
Hex BD 57 45 0 36 3F 1A 9 30 33
Octal 275 127 105 0 66 77 32 11 60 63
Binary 10111101 1010111 1000101 0 110110 111111 11010 1001 110000 110011

Color Harmonies of #BD5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5745

Black with #BD5745

Text Example


Text Example

White with #BD5745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5745; }

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

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

background-color css

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

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

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

border-color css

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

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

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