Html Css Color HEX #BA857B Brandy Rose

📋 copy color: '#BA857B'

red 186 ◦ green 133 ◦ blue 123

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

Shades of Brandy Rose #BA857B

Tints of Brandy Rose #BA857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 42.08%
G = 30.09%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA857B (or 0xBA857B) is known color: Brandy Rose. HEX triplet: BA, 85 and 7B. RGB value is (186,133,123). Sum of RGB (Red+Green+Blue) = 186+133+123=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA857B is #457A84. Grayscale: #939393. Windows color (decimal): -4553349 or 8095162. OLE color: 8095162.

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

Color convert

RGB 186 133 123 -
CMYK 0 0.28 0.34 0.27
HSL 9.52º 0.31% 0.61% -
HSV(B) 9.52º 0.34% 0.73% -
XYZ 32.21 28.64 22.57 -
YUV 147.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 186 133 123 0 0.28 0.34 0.27 9.52 0.31 0.61
Hex BA 85 7B 0 1C 22 1B A 1F 3D
Octal 272 205 173 0 34 42 33 12 37 75
Binary 10111010 10000101 1111011 0 11100 100010 11011 1010 11111 111101

Color Harmonies of #BA857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA857B

Black with #BA857B

Text Example


Text Example

White with #BA857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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