Html Css Color HEX #BA866D Brandy Rose

📋 copy color: '#BA866D'

red 186 ◦ green 134 ◦ blue 109

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

Shades of Brandy Rose #BA866D

Tints of Brandy Rose #BA866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 43.36%
G = 31.24%
B = 25.41%

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

#BA866D (or 0xBA866D) is known color: Brandy Rose. HEX triplet: BA, 86 and 6D. RGB value is (186,134,109). Sum of RGB (Red+Green+Blue) = 186+134+109=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA866D is #457992. Grayscale: #929292. Windows color (decimal): -4553107 or 7177914. OLE color: 7177914.

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

Color convert

RGB 186 134 109 -
CMYK 0 0.28 0.41 0.27
HSL 19.48º 0.36% 0.58% -
HSV(B) 19.48º 0.41% 0.73% -
XYZ 31.54 28.59 18.33 -
YUV 146.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 186 134 109 0 0.28 0.41 0.27 19.48 0.36 0.58
Hex BA 86 6D 0 1C 29 1B 13 24 3A
Octal 272 206 155 0 34 51 33 23 44 72
Binary 10111010 10000110 1101101 0 11100 101001 11011 10011 100100 111010

Color Harmonies of #BA866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA866D

Black with #BA866D

Text Example


Text Example

White with #BA866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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