Html Css Color HEX #B06F94 Bouquet

📋 copy color: '#B06F94'

red 176 ◦ green 111 ◦ blue 148

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

Shades of Bouquet #B06F94

Tints of Bouquet #B06F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.52%

 BLUE value IS 148 (58.2% from 255) = 34.02%

R = 40.46%
G = 25.52%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B06F94 (or 0xB06F94) is known color: Bouquet. HEX triplet: B0, 6F and 94. RGB value is (176,111,148). Sum of RGB (Red+Green+Blue) = 176+111+148=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06F94 is #4F906B. Grayscale: #868686. Windows color (decimal): -5214316 or 9727920. OLE color: 9727920.

HSL color Cylindrical-coordinate representation of color #B06F94: hue angle of 325.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B06F94 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 148 -
CMYK 0 0.37 0.16 0.31
HSL 325.85º 0.29% 0.56% -
HSV(B) 325.85º 0.37% 0.69% -
XYZ 28.93 22.74 30.88 -
YUV 134.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 176 111 148 0 0.37 0.16 0.31 325.85 0.29 0.56
Hex B0 6F 94 0 25 10 1F 146 1D 38
Octal 260 157 224 0 45 20 37 506 35 70
Binary 10110000 1101111 10010100 0 100101 10000 11111 101000110 11101 111000

Color Harmonies of #B06F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F94

Black with #B06F94

Text Example


Text Example

White with #B06F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F94; }

 p { color: rgb(176,111,148); }

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

background-color css

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

 a { background-color: rgb(176,111,148); }

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

border-color css

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

 span { border-color: rgb(176,111,148); }

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