Html Css Color HEX #BA846F Brandy Rose

📋 copy color: '#BA846F'

red 186 ◦ green 132 ◦ blue 111

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

Shades of Brandy Rose #BA846F

Tints of Brandy Rose #BA846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.87%

R = 43.36%
G = 30.77%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA846F (or 0xBA846F) is known color: Brandy Rose. HEX triplet: BA, 84 and 6F. RGB value is (186,132,111). Sum of RGB (Red+Green+Blue) = 186+132+111=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA846F is #457B90. Grayscale: #919191. Windows color (decimal): -4553617 or 7308474. OLE color: 7308474.

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

Color convert

RGB 186 132 111 -
CMYK 0 0.29 0.40 0.27
HSL 16.8º 0.35% 0.58% -
HSV(B) 16.8º 0.4% 0.73% -
XYZ 31.37 28.09 18.81 -
YUV 145.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 186 132 111 0 0.29 0.40 0.27 16.8 0.35 0.58
Hex BA 84 6F 0 1D 28 1B 11 23 3A
Octal 272 204 157 0 35 50 33 21 43 72
Binary 10111010 10000100 1101111 0 11101 101000 11011 10001 100011 111010

Color Harmonies of #BA846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA846F

Black with #BA846F

Text Example


Text Example

White with #BA846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA846F; }

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

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

background-color css

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

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

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

border-color css

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

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

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