Html Css Color HEX #BA886E Brandy Rose

📋 copy color: '#BA886E'

red 186 ◦ green 136 ◦ blue 110

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

Shades of Brandy Rose #BA886E

Tints of Brandy Rose #BA886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.48%

 BLUE value IS 110 (43.36% from 255) = 25.46%

R = 43.06%
G = 31.48%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA886E (or 0xBA886E) is known color: Brandy Rose. HEX triplet: BA, 88 and 6E. RGB value is (186,136,110). Sum of RGB (Red+Green+Blue) = 186+136+110=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA886E is #457791. Grayscale: #949494. Windows color (decimal): -4552594 or 7243962. OLE color: 7243962.

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

Color convert

RGB 186 136 110 -
CMYK 0 0.27 0.41 0.27
HSL 20.53º 0.36% 0.58% -
HSV(B) 20.53º 0.41% 0.73% -
XYZ 31.87 29.17 18.7 -
YUV 147.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 186 136 110 0 0.27 0.41 0.27 20.53 0.36 0.58
Hex BA 88 6E 0 1B 29 1B 15 24 3A
Octal 272 210 156 0 33 51 33 25 44 72
Binary 10111010 10001000 1101110 0 11011 101001 11011 10101 100100 111010

Color Harmonies of #BA886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA886E

Black with #BA886E

Text Example


Text Example

White with #BA886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA886E; }

 p { color: rgb(186,136,110); }

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

background-color css

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

 a { background-color: rgb(186,136,110); }

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

border-color css

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

 span { border-color: rgb(186,136,110); }

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