Html Css Color HEX #BA8BA5 Bouquet

📋 copy color: '#BA8BA5'

red 186 ◦ green 139 ◦ blue 165

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

Shades of Bouquet #BA8BA5

Tints of Bouquet #BA8BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 165 (64.84% from 255) = 33.67%

R = 37.96%
G = 28.37%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA8BA5 (or 0xBA8BA5) is known color: Bouquet. HEX triplet: BA, 8B and A5. RGB value is (186,139,165). Sum of RGB (Red+Green+Blue) = 186+139+165=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BA5 is #45745A. Grayscale: #9B9B9B. Windows color (decimal): -4551771 or 10849210. OLE color: 10849210.

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

Color convert

RGB 186 139 165 -
CMYK 0 0.25 0.11 0.27
HSL 326.81º 0.25% 0.64% -
HSV(B) 326.81º 0.25% 0.73% -
XYZ 36.27 31.62 39.79 -
YUV 156.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 186 139 165 0 0.25 0.11 0.27 326.81 0.25 0.64
Hex BA 8B A5 0 19 B 1B 147 19 40
Octal 272 213 245 0 31 13 33 507 31 100
Binary 10111010 10001011 10100101 0 11001 1011 11011 101000111 11001 1000000

Color Harmonies of #BA8BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BA5

Black with #BA8BA5

Text Example


Text Example

White with #BA8BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BA5; }

 p { color: rgb(186,139,165); }

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

background-color css

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

 a { background-color: rgb(186,139,165); }

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

border-color css

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

 span { border-color: rgb(186,139,165); }

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