Html Css Color HEX #BA856E Brandy Rose

📋 copy color: '#BA856E'

red 186 ◦ green 133 ◦ blue 110

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

Shades of Brandy Rose #BA856E

Tints of Brandy Rose #BA856E

RGB

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

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

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

R = 43.36%
G = 31%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA856E (or 0xBA856E) is known color: Brandy Rose. HEX triplet: BA, 85 and 6E. RGB value is (186,133,110). Sum of RGB (Red+Green+Blue) = 186+133+110=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA856E is #457A91. Grayscale: #929292. Windows color (decimal): -4553362 or 7243194. OLE color: 7243194.

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

Color convert

RGB 186 133 110 -
CMYK 0 0.28 0.41 0.27
HSL 18.16º 0.36% 0.58% -
HSV(B) 18.16º 0.41% 0.73% -
XYZ 31.45 28.34 18.56 -
YUV 146.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 186 133 110 0 0.28 0.41 0.27 18.16 0.36 0.58
Hex BA 85 6E 0 1C 29 1B 12 24 3A
Octal 272 205 156 0 34 51 33 22 44 72
Binary 10111010 10000101 1101110 0 11100 101001 11011 10010 100100 111010

Color Harmonies of #BA856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA856E

Black with #BA856E

Text Example


Text Example

White with #BA856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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