Html Css Color HEX #BA866F Brandy Rose

📋 copy color: '#BA866F'

red 186 ◦ green 134 ◦ blue 111

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

Shades of Brandy Rose #BA866F

Tints of Brandy Rose #BA866F

RGB

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

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

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

R = 43.16%
G = 31.09%
B = 25.75%

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

#BA866F (or 0xBA866F) is known color: Brandy Rose. HEX triplet: BA, 86 and 6F. RGB value is (186,134,111). Sum of RGB (Red+Green+Blue) = 186+134+111=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA866F is #457990. Grayscale: #939393. Windows color (decimal): -4553105 or 7308986. OLE color: 7308986.

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

Color convert

RGB 186 134 111 -
CMYK 0 0.28 0.40 0.27
HSL 18.4º 0.35% 0.58% -
HSV(B) 18.4º 0.4% 0.73% -
XYZ 31.64 28.64 18.9 -
YUV 146.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 186 134 111 0 0.28 0.40 0.27 18.4 0.35 0.58
Hex BA 86 6F 0 1C 28 1B 12 23 3A
Octal 272 206 157 0 34 50 33 22 43 72
Binary 10111010 10000110 1101111 0 11100 101000 11011 10010 100011 111010

Color Harmonies of #BA866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA866F

Black with #BA866F

Text Example


Text Example

White with #BA866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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