Html Css Color HEX #B68098 Bouquet

📋 copy color: '#B68098'

red 182 ◦ green 128 ◦ blue 152

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

Shades of Bouquet #B68098

Tints of Bouquet #B68098

RGB

 RED value IS 182 (71.48% from 255) = 39.39%

 GREEN value IS 128 (50.39% from 255) = 27.71%

 BLUE value IS 152 (59.77% from 255) = 32.9%

R = 39.39%
G = 27.71%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B68098 (or 0xB68098) is known color: Bouquet. HEX triplet: B6, 80 and 98. RGB value is (182,128,152). Sum of RGB (Red+Green+Blue) = 182+128+152=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B68098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68098 is #497F67. Grayscale: #929292. Windows color (decimal): -4816744 or 9994422. OLE color: 9994422.

HSL color Cylindrical-coordinate representation of color #B68098: hue angle of 333.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68098 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 152 -
CMYK 0 0.30 0.16 0.29
HSL 333.33º 0.27% 0.61% -
HSV(B) 333.33º 0.3% 0.71% -
XYZ 32.68 27.65 33.32 -
YUV 146.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 182 128 152 0 0.30 0.16 0.29 333.33 0.27 0.61
Hex B6 80 98 0 1E 10 1D 14D 1B 3D
Octal 266 200 230 0 36 20 35 515 33 75
Binary 10110110 10000000 10011000 0 11110 10000 11101 101001101 11011 111101

Color Harmonies of #B68098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68098

Black with #B68098

Text Example


Text Example

White with #B68098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68098; }

 p { color: rgb(182,128,152); }

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

background-color css

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

 a { background-color: rgb(182,128,152); }

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

border-color css

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

 span { border-color: rgb(182,128,152); }

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