Html Css Color HEX #B06D9E Bouquet

📋 copy color: '#B06D9E'

red 176 ◦ green 109 ◦ blue 158

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

Shades of Bouquet #B06D9E

Tints of Bouquet #B06D9E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 39.73%
G = 24.6%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B06D9E (or 0xB06D9E) is known color: Bouquet. HEX triplet: B0, 6D and 9E. RGB value is (176,109,158). Sum of RGB (Red+Green+Blue) = 176+109+158=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D9E is #4F9261. Grayscale: #868686. Windows color (decimal): -5214818 or 10382768. OLE color: 10382768.

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

Color convert

RGB 176 109 158 -
CMYK 0 0.38 0.10 0.31
HSL 316.12º 0.3% 0.56% -
HSV(B) 316.12º 0.38% 0.69% -
XYZ 29.54 22.64 35.16 -
YUV 134.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 176 109 158 0 0.38 0.10 0.31 316.12 0.3 0.56
Hex B0 6D 9E 0 26 A 1F 13C 1E 38
Octal 260 155 236 0 46 12 37 474 36 70
Binary 10110000 1101101 10011110 0 100110 1010 11111 100111100 11110 111000

Color Harmonies of #B06D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D9E

Black with #B06D9E

Text Example


Text Example

White with #B06D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D9E; }

 p { color: rgb(176,109,158); }

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

background-color css

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

 a { background-color: rgb(176,109,158); }

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

border-color css

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

 span { border-color: rgb(176,109,158); }

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