Html Css Color HEX #BA896C Brandy Rose

📋 copy color: '#BA896C'

red 186 ◦ green 137 ◦ blue 108

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

Shades of Brandy Rose #BA896C

Tints of Brandy Rose #BA896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 43.16%
G = 31.79%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA896C (or 0xBA896C) is known color: Brandy Rose. HEX triplet: BA, 89 and 6C. RGB value is (186,137,108). Sum of RGB (Red+Green+Blue) = 186+137+108=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA896C is #457693. Grayscale: #949494. Windows color (decimal): -4552340 or 7113146. OLE color: 7113146.

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

Color convert

RGB 186 137 108 -
CMYK 0 0.26 0.42 0.27
HSL 22.31º 0.36% 0.58% -
HSV(B) 22.31º 0.42% 0.73% -
XYZ 31.9 29.41 18.18 -
YUV 148.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 186 137 108 0 0.26 0.42 0.27 22.31 0.36 0.58
Hex BA 89 6C 0 1A 2A 1B 16 24 3A
Octal 272 211 154 0 32 52 33 26 44 72
Binary 10111010 10001001 1101100 0 11010 101010 11011 10110 100100 111010

Color Harmonies of #BA896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA896C

Black with #BA896C

Text Example


Text Example

White with #BA896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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