Html Css Color HEX #BC877D Brandy Rose

📋 copy color: '#BC877D'

red 188 ◦ green 135 ◦ blue 125

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

Shades of Brandy Rose #BC877D

Tints of Brandy Rose #BC877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 41.96%
G = 30.13%
B = 27.9%

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

#BC877D (or 0xBC877D) is known color: Brandy Rose. HEX triplet: BC, 87 and 7D. RGB value is (188,135,125). Sum of RGB (Red+Green+Blue) = 188+135+125=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC877D is #437882. Grayscale: #959595. Windows color (decimal): -4421763 or 8226748. OLE color: 8226748.

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

Color convert

RGB 188 135 125 -
CMYK 0 0.28 0.34 0.26
HSL 9.52º 0.32% 0.61% -
HSV(B) 9.52º 0.34% 0.74% -
XYZ 33.1 29.5 23.35 -
YUV 149.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 188 135 125 0 0.28 0.34 0.26 9.52 0.32 0.61
Hex BC 87 7D 0 1C 22 1A A 20 3D
Octal 274 207 175 0 34 42 32 12 40 75
Binary 10111100 10000111 1111101 0 11100 100010 11010 1010 100000 111101

Color Harmonies of #BC877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC877D

Black with #BC877D

Text Example


Text Example

White with #BC877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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