Html Css Color HEX #BC857C Brandy Rose

📋 copy color: '#BC857C'

red 188 ◦ green 133 ◦ blue 124

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

Shades of Brandy Rose #BC857C

Tints of Brandy Rose #BC857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 42.25%
G = 29.89%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC857C (or 0xBC857C) is known color: Brandy Rose. HEX triplet: BC, 85 and 7C. RGB value is (188,133,124). Sum of RGB (Red+Green+Blue) = 188+133+124=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC857C is #437A83. Grayscale: #949494. Windows color (decimal): -4422276 or 8160700. OLE color: 8160700.

HSL color Cylindrical-coordinate representation of color #BC857C: hue angle of 8.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC857C is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 124 -
CMYK 0 0.29 0.34 0.26
HSL 8.44º 0.32% 0.61% -
HSV(B) 8.44º 0.34% 0.74% -
XYZ 32.76 28.92 22.92 -
YUV 148.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 188 133 124 0 0.29 0.34 0.26 8.44 0.32 0.61
Hex BC 85 7C 0 1D 22 1A 8 20 3D
Octal 274 205 174 0 35 42 32 10 40 75
Binary 10111100 10000101 1111100 0 11101 100010 11010 1000 100000 111101

Color Harmonies of #BC857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC857C

Black with #BC857C

Text Example


Text Example

White with #BC857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC857C; }

 p { color: rgb(188,133,124); }

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

background-color css

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

 a { background-color: rgb(188,133,124); }

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

border-color css

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

 span { border-color: rgb(188,133,124); }

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