Html Css Color HEX #BA856C Brandy Rose

📋 copy color: '#BA856C'

red 186 ◦ green 133 ◦ blue 108

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

Shades of Brandy Rose #BA856C

Tints of Brandy Rose #BA856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 43.56%
G = 31.15%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA856C (or 0xBA856C) is known color: Brandy Rose. HEX triplet: BA, 85 and 6C. RGB value is (186,133,108). Sum of RGB (Red+Green+Blue) = 186+133+108=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA856C is #457A93. Grayscale: #929292. Windows color (decimal): -4553364 or 7112122. OLE color: 7112122.

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

Color convert

RGB 186 133 108 -
CMYK 0 0.28 0.42 0.27
HSL 19.23º 0.36% 0.58% -
HSV(B) 19.23º 0.42% 0.73% -
XYZ 31.34 28.3 18 -
YUV 146 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 186 133 108 0 0.28 0.42 0.27 19.23 0.36 0.58
Hex BA 85 6C 0 1C 2A 1B 13 24 3A
Octal 272 205 154 0 34 52 33 23 44 72
Binary 10111010 10000101 1101100 0 11100 101010 11011 10011 100100 111010

Color Harmonies of #BA856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA856C

Black with #BA856C

Text Example


Text Example

White with #BA856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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