Html Css Color HEX #BA857C Brandy Rose

📋 copy color: '#BA857C'

red 186 ◦ green 133 ◦ blue 124

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

Shades of Brandy Rose #BA857C

Tints of Brandy Rose #BA857C

RGB

 RED value IS 186 (73.05% from 255) = 41.99%

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

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

R = 41.99%
G = 30.02%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA857C (or 0xBA857C) is known color: Brandy Rose. HEX triplet: BA, 85 and 7C. RGB value is (186,133,124). Sum of RGB (Red+Green+Blue) = 186+133+124=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA857C is #457A83. Grayscale: #939393. Windows color (decimal): -4553348 or 8160698. OLE color: 8160698.

HSL color Cylindrical-coordinate representation of color #BA857C: hue angle of 8.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA857C is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 124 -
CMYK 0 0.28 0.33 0.27
HSL 8.71º 0.31% 0.61% -
HSV(B) 8.71º 0.33% 0.73% -
XYZ 32.28 28.67 22.9 -
YUV 147.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 186 133 124 0 0.28 0.33 0.27 8.71 0.31 0.61
Hex BA 85 7C 0 1C 21 1B 9 1F 3D
Octal 272 205 174 0 34 41 33 11 37 75
Binary 10111010 10000101 1111100 0 11100 100001 11011 1001 11111 111101

Color Harmonies of #BA857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA857C

Black with #BA857C

Text Example


Text Example

White with #BA857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA857C; }

 p { color: rgb(186,133,124); }

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

background-color css

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

 a { background-color: rgb(186,133,124); }

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

border-color css

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

 span { border-color: rgb(186,133,124); }

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