Html Css Color HEX #BA897A Brandy Rose

📋 copy color: '#BA897A'

red 186 ◦ green 137 ◦ blue 122

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

Shades of Brandy Rose #BA897A

Tints of Brandy Rose #BA897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

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

R = 41.8%
G = 30.79%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA897A (or 0xBA897A) is known color: Brandy Rose. HEX triplet: BA, 89 and 7A. RGB value is (186,137,122). Sum of RGB (Red+Green+Blue) = 186+137+122=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA897A is #457685. Grayscale: #969696. Windows color (decimal): -4552326 or 8030650. OLE color: 8030650.

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

Color convert

RGB 186 137 122 -
CMYK 0 0.26 0.34 0.27
HSL 14.06º 0.32% 0.6% -
HSV(B) 14.06º 0.34% 0.73% -
XYZ 32.71 29.74 22.43 -
YUV 149.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 186 137 122 0 0.26 0.34 0.27 14.06 0.32 0.6
Hex BA 89 7A 0 1A 22 1B E 20 3C
Octal 272 211 172 0 32 42 33 16 40 74
Binary 10111010 10001001 1111010 0 11010 100010 11011 1110 100000 111100

Color Harmonies of #BA897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA897A

Black with #BA897A

Text Example


Text Example

White with #BA897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA897A; }

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

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

background-color css

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

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

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

border-color css

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

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

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