Html Css Color HEX #BA887A Brandy Rose

📋 copy color: '#BA887A'

red 186 ◦ green 136 ◦ blue 122

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

Shades of Brandy Rose #BA887A

Tints of Brandy Rose #BA887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 41.89%
G = 30.63%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA887A (or 0xBA887A) is known color: Brandy Rose. HEX triplet: BA, 88 and 7A. RGB value is (186,136,122). Sum of RGB (Red+Green+Blue) = 186+136+122=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA887A is #457785. Grayscale: #959595. Windows color (decimal): -4552582 or 8030394. OLE color: 8030394.

HSL color Cylindrical-coordinate representation of color #BA887A: hue angle of 13.12º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA887A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 122 -
CMYK 0 0.27 0.34 0.27
HSL 13.13º 0.32% 0.6% -
HSV(B) 13.13º 0.34% 0.73% -
XYZ 32.57 29.45 22.38 -
YUV 149.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 186 136 122 0 0.27 0.34 0.27 13.13 0.32 0.6
Hex BA 88 7A 0 1B 22 1B D 20 3C
Octal 272 210 172 0 33 42 33 15 40 74
Binary 10111010 10001000 1111010 0 11011 100010 11011 1101 100000 111100

Color Harmonies of #BA887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA887A

Black with #BA887A

Text Example


Text Example

White with #BA887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA887A; }

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

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

background-color css

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

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

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

border-color css

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

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

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