Html Css Color HEX #BA866A Brandy Rose

📋 copy color: '#BA866A'

red 186 ◦ green 134 ◦ blue 106

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

Shades of Brandy Rose #BA866A

Tints of Brandy Rose #BA866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 43.66%
G = 31.46%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA866A (or 0xBA866A) is known color: Brandy Rose. HEX triplet: BA, 86 and 6A. RGB value is (186,134,106). Sum of RGB (Red+Green+Blue) = 186+134+106=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA866A is #457995. Grayscale: #929292. Windows color (decimal): -4553110 or 6981306. OLE color: 6981306.

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

Color convert

RGB 186 134 106 -
CMYK 0 0.28 0.43 0.27
HSL 21º 0.37% 0.57% -
HSV(B) 21º 0.43% 0.73% -
XYZ 31.38 28.53 17.49 -
YUV 146.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 186 134 106 0 0.28 0.43 0.27 21 0.37 0.57
Hex BA 86 6A 0 1C 2B 1B 15 25 39
Octal 272 206 152 0 34 53 33 25 45 71
Binary 10111010 10000110 1101010 0 11100 101011 11011 10101 100101 111001

Color Harmonies of #BA866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA866A

Black with #BA866A

Text Example


Text Example

White with #BA866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA866A; }

 p { color: rgb(186,134,106); }

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

background-color css

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

 a { background-color: rgb(186,134,106); }

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

border-color css

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

 span { border-color: rgb(186,134,106); }

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