Html Css Color HEX #BA856F Brandy Rose

📋 copy color: '#BA856F'

red 186 ◦ green 133 ◦ blue 111

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

Shades of Brandy Rose #BA856F

Tints of Brandy Rose #BA856F

RGB

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

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

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

R = 43.26%
G = 30.93%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA856F (or 0xBA856F) is known color: Brandy Rose. HEX triplet: BA, 85 and 6F. RGB value is (186,133,111). Sum of RGB (Red+Green+Blue) = 186+133+111=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA856F is #457A90. Grayscale: #929292. Windows color (decimal): -4553361 or 7308730. OLE color: 7308730.

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

Color convert

RGB 186 133 111 -
CMYK 0 0.28 0.40 0.27
HSL 17.6º 0.35% 0.58% -
HSV(B) 17.6º 0.4% 0.73% -
XYZ 31.51 28.36 18.85 -
YUV 146.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 186 133 111 0 0.28 0.40 0.27 17.6 0.35 0.58
Hex BA 85 6F 0 1C 28 1B 12 23 3A
Octal 272 205 157 0 34 50 33 22 43 72
Binary 10111010 10000101 1101111 0 11100 101000 11011 10010 100011 111010

Color Harmonies of #BA856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA856F

Black with #BA856F

Text Example


Text Example

White with #BA856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA856F; }

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

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

background-color css

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

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

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

border-color css

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

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

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