Html Css Color HEX #BA866C Brandy Rose

📋 copy color: '#BA866C'

red 186 ◦ green 134 ◦ blue 108

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

Shades of Brandy Rose #BA866C

Tints of Brandy Rose #BA866C

RGB

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

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

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

R = 43.46%
G = 31.31%
B = 25.23%

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

#BA866C (or 0xBA866C) is known color: Brandy Rose. HEX triplet: BA, 86 and 6C. RGB value is (186,134,108). Sum of RGB (Red+Green+Blue) = 186+134+108=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA866C is #457993. Grayscale: #929292. Windows color (decimal): -4553108 or 7112378. OLE color: 7112378.

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

Color convert

RGB 186 134 108 -
CMYK 0 0.28 0.42 0.27
HSL 20º 0.36% 0.58% -
HSV(B) 20º 0.42% 0.73% -
XYZ 31.48 28.57 18.04 -
YUV 146.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 186 134 108 0 0.28 0.42 0.27 20 0.36 0.58
Hex BA 86 6C 0 1C 2A 1B 14 24 3A
Octal 272 206 154 0 34 52 33 24 44 72
Binary 10111010 10000110 1101100 0 11100 101010 11011 10100 100100 111010

Color Harmonies of #BA866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA866C

Black with #BA866C

Text Example


Text Example

White with #BA866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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