Html Css Color HEX #BC8878 Brandy Rose

📋 copy color: '#BC8878'

red 188 ◦ green 136 ◦ blue 120

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

Shades of Brandy Rose #BC8878

Tints of Brandy Rose #BC8878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 42.34%
G = 30.63%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC8878 (or 0xBC8878) is known color: Brandy Rose. HEX triplet: BC, 88 and 78. RGB value is (188,136,120). Sum of RGB (Red+Green+Blue) = 188+136+120=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8878 is #437787. Grayscale: #959595. Windows color (decimal): -4421512 or 7899324. OLE color: 7899324.

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

Color convert

RGB 188 136 120 -
CMYK 0 0.28 0.36 0.26
HSL 14.12º 0.34% 0.6% -
HSV(B) 14.12º 0.36% 0.74% -
XYZ 32.93 29.66 21.76 -
YUV 149.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 188 136 120 0 0.28 0.36 0.26 14.12 0.34 0.6
Hex BC 88 78 0 1C 24 1A E 22 3C
Octal 274 210 170 0 34 44 32 16 42 74
Binary 10111100 10001000 1111000 0 11100 100100 11010 1110 100010 111100

Color Harmonies of #BC8878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8878

Black with #BC8878

Text Example


Text Example

White with #BC8878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8878; }

 p { color: rgb(188,136,120); }

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

background-color css

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

 a { background-color: rgb(188,136,120); }

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

border-color css

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

 span { border-color: rgb(188,136,120); }

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