Html Css Color HEX #BC5B4B Flame Pea

📋 copy color: '#BC5B4B'

red 188 ◦ green 91 ◦ blue 75

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

Shades of Flame Pea #BC5B4B

Tints of Flame Pea #BC5B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

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

R = 53.11%
G = 25.71%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC5B4B (or 0xBC5B4B) is known color: Flame Pea. HEX triplet: BC, 5B and 4B. RGB value is (188,91,75). Sum of RGB (Red+Green+Blue) = 188+91+75=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B4B is #43A4B4. Grayscale: #767676. Windows color (decimal): -4433077 or 4938684. OLE color: 4938684.

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

Color convert

RGB 188 91 75 -
CMYK 0 0.52 0.60 0.26
HSL 8.5º 0.46% 0.52% -
HSV(B) 8.5º 0.6% 0.74% -
XYZ 25.75 18.68 8.91 -
YUV 118.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 188 91 75 0 0.52 0.60 0.26 8.5 0.46 0.52
Hex BC 5B 4B 0 34 3C 1A 8 2E 34
Octal 274 133 113 0 64 74 32 10 56 64
Binary 10111100 1011011 1001011 0 110100 111100 11010 1000 101110 110100

Color Harmonies of #BC5B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B4B

Black with #BC5B4B

Text Example


Text Example

White with #BC5B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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