Html Css Color HEX #BC877C Brandy Rose

📋 copy color: '#BC877C'

red 188 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #BC877C

Tints of Brandy Rose #BC877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.2%

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

R = 42.06%
G = 30.2%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC877C (or 0xBC877C) is known color: Brandy Rose. HEX triplet: BC, 87 and 7C. RGB value is (188,135,124). Sum of RGB (Red+Green+Blue) = 188+135+124=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC877C is #437883. Grayscale: #959595. Windows color (decimal): -4421764 or 8161212. OLE color: 8161212.

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

Color convert

RGB 188 135 124 -
CMYK 0 0.28 0.34 0.26
HSL 10.31º 0.32% 0.61% -
HSV(B) 10.31º 0.34% 0.74% -
XYZ 33.04 29.47 23.02 -
YUV 149.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 188 135 124 0 0.28 0.34 0.26 10.31 0.32 0.61
Hex BC 87 7C 0 1C 22 1A A 20 3D
Octal 274 207 174 0 34 42 32 12 40 75
Binary 10111100 10000111 1111100 0 11100 100010 11010 1010 100000 111101

Color Harmonies of #BC877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC877C

Black with #BC877C

Text Example


Text Example

White with #BC877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC877C; }

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

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

background-color css

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

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

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

border-color css

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

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

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