Html Css Color HEX #B06898 Bouquet

📋 copy color: '#B06898'

red 176 ◦ green 104 ◦ blue 152

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

Shades of Bouquet #B06898

Tints of Bouquet #B06898

RGB

 RED value IS 176 (69.14% from 255) = 40.74%

 GREEN value IS 104 (41.02% from 255) = 24.07%

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

R = 40.74%
G = 24.07%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B06898 (or 0xB06898) is known color: Bouquet. HEX triplet: B0, 68 and 98. RGB value is (176,104,152). Sum of RGB (Red+Green+Blue) = 176+104+152=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B06898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06898 is #4F9767. Grayscale: #828282. Windows color (decimal): -5216104 or 9988272. OLE color: 9988272.

HSL color Cylindrical-coordinate representation of color #B06898: hue angle of 320º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06898 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 152 -
CMYK 0 0.41 0.14 0.31
HSL 320º 0.31% 0.55% -
HSV(B) 320º 0.41% 0.69% -
XYZ 28.52 21.4 32.33 -
YUV 131 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 176 104 152 0 0.41 0.14 0.31 320 0.31 0.55
Hex B0 68 98 0 29 E 1F 140 1F 37
Octal 260 150 230 0 51 16 37 500 37 67
Binary 10110000 1101000 10011000 0 101001 1110 11111 101000000 11111 110111

Color Harmonies of #B06898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06898

Black with #B06898

Text Example


Text Example

White with #B06898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06898; }

 p { color: rgb(176,104,152); }

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

background-color css

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

 a { background-color: rgb(176,104,152); }

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

border-color css

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

 span { border-color: rgb(176,104,152); }

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