Html Css Color HEX #BA857D Brandy Rose

📋 copy color: '#BA857D'

red 186 ◦ green 133 ◦ blue 125

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

Shades of Brandy Rose #BA857D

Tints of Brandy Rose #BA857D

RGB

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

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

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

R = 41.89%
G = 29.95%
B = 28.15%

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

#BA857D (or 0xBA857D) is known color: Brandy Rose. HEX triplet: BA, 85 and 7D. RGB value is (186,133,125). Sum of RGB (Red+Green+Blue) = 186+133+125=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA857D is #457A82. Grayscale: #949494. Windows color (decimal): -4553347 or 8226234. OLE color: 8226234.

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

Color convert

RGB 186 133 125 -
CMYK 0 0.28 0.33 0.27
HSL 7.87º 0.31% 0.61% -
HSV(B) 7.87º 0.33% 0.73% -
XYZ 32.34 28.69 23.24 -
YUV 147.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 186 133 125 0 0.28 0.33 0.27 7.87 0.31 0.61
Hex BA 85 7D 0 1C 21 1B 8 1F 3D
Octal 272 205 175 0 34 41 33 10 37 75
Binary 10111010 10000101 1111101 0 11100 100001 11011 1000 11111 111101

Color Harmonies of #BA857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA857D

Black with #BA857D

Text Example


Text Example

White with #BA857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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