Html Css Color HEX #BD5C48 Flame Pea

📋 copy color: '#BD5C48'

red 189 ◦ green 92 ◦ blue 72

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

Shades of Flame Pea #BD5C48

Tints of Flame Pea #BD5C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

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

R = 53.54%
G = 26.06%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD5C48 (or 0xBD5C48) is known color: Flame Pea. HEX triplet: BD, 5C and 48. RGB value is (189,92,72). Sum of RGB (Red+Green+Blue) = 189+92+72=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C48 is #42A3B7. Grayscale: #767676. Windows color (decimal): -4367288 or 4742333. OLE color: 4742333.

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

Color convert

RGB 189 92 72 -
CMYK 0 0.51 0.62 0.26
HSL 10.26º 0.47% 0.51% -
HSV(B) 10.26º 0.62% 0.74% -
XYZ 25.98 18.94 8.42 -
YUV 118.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 189 92 72 0 0.51 0.62 0.26 10.26 0.47 0.51
Hex BD 5C 48 0 33 3E 1A A 2F 33
Octal 275 134 110 0 63 76 32 12 57 63
Binary 10111101 1011100 1001000 0 110011 111110 11010 1010 101111 110011

Color Harmonies of #BD5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C48

Black with #BD5C48

Text Example


Text Example

White with #BD5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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