Html Css Color HEX #BC8780 Brandy Rose

📋 copy color: '#BC8780'

red 188 ◦ green 135 ◦ blue 128

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

Shades of Brandy Rose #BC8780

Tints of Brandy Rose #BC8780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.38%

R = 41.69%
G = 29.93%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC8780 (or 0xBC8780) is known color: Brandy Rose. HEX triplet: BC, 87 and 80. RGB value is (188,135,128). Sum of RGB (Red+Green+Blue) = 188+135+128=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8780 is #43787F. Grayscale: #969696. Windows color (decimal): -4421760 or 8423356. OLE color: 8423356.

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

Color convert

RGB 188 135 128 -
CMYK 0 0.28 0.32 0.26
HSL 0.31% 0.62% -
HSV(B) 0.32% 0.74% -
XYZ 33.3 29.58 24.38 -
YUV 150.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 188 135 128 0 0.28 0.32 0.26 7 0.31 0.62
Hex BC 87 80 0 1C 20 1A 7 1F 3E
Octal 274 207 200 0 34 40 32 7 37 76
Binary 10111100 10000111 10000000 0 11100 100000 11010 111 11111 111110

Color Harmonies of #BC8780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8780

Black with #BC8780

Text Example


Text Example

White with #BC8780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8780; }

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

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

background-color css

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

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

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

border-color css

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

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

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