Html Css Color HEX #BA846E Brandy Rose

📋 copy color: '#BA846E'

red 186 ◦ green 132 ◦ blue 110

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

Shades of Brandy Rose #BA846E

Tints of Brandy Rose #BA846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.84%

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 43.46%
G = 30.84%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA846E (or 0xBA846E) is known color: Brandy Rose. HEX triplet: BA, 84 and 6E. RGB value is (186,132,110). Sum of RGB (Red+Green+Blue) = 186+132+110=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA846E is #457B91. Grayscale: #919191. Windows color (decimal): -4553618 or 7242938. OLE color: 7242938.

HSL color Cylindrical-coordinate representation of color #BA846E: hue angle of 17.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA846E is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 110 -
CMYK 0 0.29 0.41 0.27
HSL 17.37º 0.36% 0.58% -
HSV(B) 17.37º 0.41% 0.73% -
XYZ 31.32 28.07 18.52 -
YUV 145.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 186 132 110 0 0.29 0.41 0.27 17.37 0.36 0.58
Hex BA 84 6E 0 1D 29 1B 11 24 3A
Octal 272 204 156 0 35 51 33 21 44 72
Binary 10111010 10000100 1101110 0 11101 101001 11011 10001 100100 111010

Color Harmonies of #BA846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA846E

Black with #BA846E

Text Example


Text Example

White with #BA846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA846E; }

 p { color: rgb(186,132,110); }

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

background-color css

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

 a { background-color: rgb(186,132,110); }

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

border-color css

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

 span { border-color: rgb(186,132,110); }

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