Html Css Color HEX #BA886F Brandy Rose

📋 copy color: '#BA886F'

red 186 ◦ green 136 ◦ blue 111

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

Shades of Brandy Rose #BA886F

Tints of Brandy Rose #BA886F

RGB

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

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

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

R = 42.96%
G = 31.41%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA886F (or 0xBA886F) is known color: Brandy Rose. HEX triplet: BA, 88 and 6F. RGB value is (186,136,111). Sum of RGB (Red+Green+Blue) = 186+136+111=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA886F is #457790. Grayscale: #949494. Windows color (decimal): -4552593 or 7309498. OLE color: 7309498.

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

Color convert

RGB 186 136 111 -
CMYK 0 0.27 0.40 0.27
HSL 20º 0.35% 0.58% -
HSV(B) 20º 0.4% 0.73% -
XYZ 31.92 29.2 18.99 -
YUV 148.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 186 136 111 0 0.27 0.40 0.27 20 0.35 0.58
Hex BA 88 6F 0 1B 28 1B 14 23 3A
Octal 272 210 157 0 33 50 33 24 43 72
Binary 10111010 10001000 1101111 0 11011 101000 11011 10100 100011 111010

Color Harmonies of #BA886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA886F

Black with #BA886F

Text Example


Text Example

White with #BA886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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