Html Css Color HEX #BD5748 Flame Pea

📋 copy color: '#BD5748'

red 189 ◦ green 87 ◦ blue 72

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

Shades of Flame Pea #BD5748

Tints of Flame Pea #BD5748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 54.31%
G = 25%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD5748 (or 0xBD5748) is known color: Flame Pea. HEX triplet: BD, 57 and 48. RGB value is (189,87,72). Sum of RGB (Red+Green+Blue) = 189+87+72=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5748 is #42A8B7. Grayscale: #737373. Windows color (decimal): -4368568 or 4741053. OLE color: 4741053.

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

Color convert

RGB 189 87 72 -
CMYK 0 0.54 0.62 0.26
HSL 7.69º 0.47% 0.51% -
HSV(B) 7.69º 0.62% 0.74% -
XYZ 25.56 18.1 8.28 -
YUV 115.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 189 87 72 0 0.54 0.62 0.26 7.69 0.47 0.51
Hex BD 57 48 0 36 3E 1A 8 2F 33
Octal 275 127 110 0 66 76 32 10 57 63
Binary 10111101 1010111 1001000 0 110110 111110 11010 1000 101111 110011

Color Harmonies of #BD5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5748

Black with #BD5748

Text Example


Text Example

White with #BD5748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5748; }

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

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

background-color css

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

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

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

border-color css

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

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

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