Html Css Color HEX #B98BA3 Bouquet

📋 copy color: '#B98BA3'

red 185 ◦ green 139 ◦ blue 163

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

Shades of Bouquet #B98BA3

Tints of Bouquet #B98BA3

RGB

 RED value IS 185 (72.66% from 255) = 37.99%

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

 BLUE value IS 163 (64.06% from 255) = 33.47%

R = 37.99%
G = 28.54%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B98BA3 (or 0xB98BA3) is known color: Bouquet. HEX triplet: B9, 8B and A3. RGB value is (185,139,163). Sum of RGB (Red+Green+Blue) = 185+139+163=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BA3 is #46745C. Grayscale: #9B9B9B. Windows color (decimal): -4617309 or 10718137. OLE color: 10718137.

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

Color convert

RGB 185 139 163 -
CMYK 0 0.25 0.12 0.27
HSL 328.7º 0.25% 0.64% -
HSV(B) 328.7º 0.25% 0.73% -
XYZ 35.85 31.42 38.83 -
YUV 155.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 185 139 163 0 0.25 0.12 0.27 328.7 0.25 0.64
Hex B9 8B A3 0 19 C 1B 149 19 40
Octal 271 213 243 0 31 14 33 511 31 100
Binary 10111001 10001011 10100011 0 11001 1100 11011 101001001 11001 1000000

Color Harmonies of #B98BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BA3

Black with #B98BA3

Text Example


Text Example

White with #B98BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BA3; }

 p { color: rgb(185,139,163); }

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

background-color css

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

 a { background-color: rgb(185,139,163); }

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

border-color css

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

 span { border-color: rgb(185,139,163); }

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