Html Css Color HEX #BC857F Brandy Rose

📋 copy color: '#BC857F'

red 188 ◦ green 133 ◦ blue 127

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

Shades of Brandy Rose #BC857F

Tints of Brandy Rose #BC857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.35%

R = 41.96%
G = 29.69%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC857F (or 0xBC857F) is known color: Brandy Rose. HEX triplet: BC, 85 and 7F. RGB value is (188,133,127). Sum of RGB (Red+Green+Blue) = 188+133+127=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC857F is #437A80. Grayscale: #949494. Windows color (decimal): -4422273 or 8357308. OLE color: 8357308.

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

Color convert

RGB 188 133 127 -
CMYK 0 0.29 0.32 0.26
HSL 5.9º 0.31% 0.62% -
HSV(B) 5.9º 0.32% 0.74% -
XYZ 32.96 29 23.94 -
YUV 148.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 188 133 127 0 0.29 0.32 0.26 5.9 0.31 0.62
Hex BC 85 7F 0 1D 20 1A 6 1F 3E
Octal 274 205 177 0 35 40 32 6 37 76
Binary 10111100 10000101 1111111 0 11101 100000 11010 110 11111 111110

Color Harmonies of #BC857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC857F

Black with #BC857F

Text Example


Text Example

White with #BC857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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