Html Css Color HEX #BA819B Bouquet

📋 copy color: '#BA819B'

red 186 ◦ green 129 ◦ blue 155

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

Shades of Bouquet #BA819B

Tints of Bouquet #BA819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.45%

 BLUE value IS 155 (60.94% from 255) = 32.98%

R = 39.57%
G = 27.45%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA819B (or 0xBA819B) is known color: Bouquet. HEX triplet: BA, 81 and 9B. RGB value is (186,129,155). Sum of RGB (Red+Green+Blue) = 186+129+155=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA819B is #457E64. Grayscale: #949494. Windows color (decimal): -4554341 or 10191290. OLE color: 10191290.

HSL color Cylindrical-coordinate representation of color #BA819B: hue angle of 332.63º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA819B is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 155 -
CMYK 0 0.31 0.17 0.27
HSL 332.63º 0.29% 0.62% -
HSV(B) 332.63º 0.31% 0.73% -
XYZ 34.02 28.51 34.72 -
YUV 149.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 186 129 155 0 0.31 0.17 0.27 332.63 0.29 0.62
Hex BA 81 9B 0 1F 11 1B 14D 1D 3E
Octal 272 201 233 0 37 21 33 515 35 76
Binary 10111010 10000001 10011011 0 11111 10001 11011 101001101 11101 111110

Color Harmonies of #BA819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA819B

Black with #BA819B

Text Example


Text Example

White with #BA819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA819B; }

 p { color: rgb(186,129,155); }

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

background-color css

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

 a { background-color: rgb(186,129,155); }

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

border-color css

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

 span { border-color: rgb(186,129,155); }

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