Html Css Color HEX #BA897E Brandy Rose

📋 copy color: '#BA897E'

red 186 ◦ green 137 ◦ blue 126

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

Shades of Brandy Rose #BA897E

Tints of Brandy Rose #BA897E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 41.43%
G = 30.51%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA897E (or 0xBA897E) is known color: Brandy Rose. HEX triplet: BA, 89 and 7E. RGB value is (186,137,126). Sum of RGB (Red+Green+Blue) = 186+137+126=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA897E is #457681. Grayscale: #969696. Windows color (decimal): -4552322 or 8292794. OLE color: 8292794.

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

Color convert

RGB 186 137 126 -
CMYK 0 0.26 0.32 0.27
HSL 11º 0.3% 0.61% -
HSV(B) 11º 0.32% 0.73% -
XYZ 32.96 29.84 23.76 -
YUV 150.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 186 137 126 0 0.26 0.32 0.27 11 0.3 0.61
Hex BA 89 7E 0 1A 20 1B B 1E 3D
Octal 272 211 176 0 32 40 33 13 36 75
Binary 10111010 10001001 1111110 0 11010 100000 11011 1011 11110 111101

Color Harmonies of #BA897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA897E

Black with #BA897E

Text Example


Text Example

White with #BA897E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA897E; }

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

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

background-color css

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

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

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

border-color css

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

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

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