Html Css Color HEX #BC5D4B Flame Pea

📋 copy color: '#BC5D4B'

red 188 ◦ green 93 ◦ blue 75

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

Shades of Flame Pea #BC5D4B

Tints of Flame Pea #BC5D4B

RGB

 RED value IS 188 (73.83% from 255) = 52.81%

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 52.81%
G = 26.12%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC5D4B (or 0xBC5D4B) is known color: Flame Pea. HEX triplet: BC, 5D and 4B. RGB value is (188,93,75). Sum of RGB (Red+Green+Blue) = 188+93+75=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D4B is #43A2B4. Grayscale: #777777. Windows color (decimal): -4432565 or 4939196. OLE color: 4939196.

HSL color Cylindrical-coordinate representation of color #BC5D4B: hue angle of 9.56º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5D4B is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 75 -
CMYK 0 0.51 0.60 0.26
HSL 9.56º 0.46% 0.52% -
HSV(B) 9.56º 0.6% 0.74% -
XYZ 25.92 19.03 8.96 -
YUV 119.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 188 93 75 0 0.51 0.60 0.26 9.56 0.46 0.52
Hex BC 5D 4B 0 33 3C 1A A 2E 34
Octal 274 135 113 0 63 74 32 12 56 64
Binary 10111100 1011101 1001011 0 110011 111100 11010 1010 101110 110100

Color Harmonies of #BC5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D4B

Black with #BC5D4B

Text Example


Text Example

White with #BC5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D4B; }

 p { color: rgb(188,93,75); }

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

background-color css

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

 a { background-color: rgb(188,93,75); }

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

border-color css

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

 span { border-color: rgb(188,93,75); }

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