Html Css Color HEX #B9679E Bouquet

📋 copy color: '#B9679E'

red 185 ◦ green 103 ◦ blue 158

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

Shades of Bouquet #B9679E

Tints of Bouquet #B9679E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.09%

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

R = 41.48%
G = 23.09%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9679E (or 0xB9679E) is known color: Bouquet. HEX triplet: B9, 67 and 9E. RGB value is (185,103,158). Sum of RGB (Red+Green+Blue) = 185+103+158=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9679E is #469861. Grayscale: #858585. Windows color (decimal): -4626530 or 10381241. OLE color: 10381241.

HSL color Cylindrical-coordinate representation of color #B9679E: hue angle of 319.76º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9679E is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 158 -
CMYK 0 0.44 0.15 0.27
HSL 319.76º 0.37% 0.56% -
HSV(B) 319.76º 0.44% 0.73% -
XYZ 31.03 22.48 35.05 -
YUV 133.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 185 103 158 0 0.44 0.15 0.27 319.76 0.37 0.56
Hex B9 67 9E 0 2C F 1B 140 25 38
Octal 271 147 236 0 54 17 33 500 45 70
Binary 10111001 1100111 10011110 0 101100 1111 11011 101000000 100101 111000

Color Harmonies of #B9679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9679E

Black with #B9679E

Text Example


Text Example

White with #B9679E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9679E; }

 p { color: rgb(185,103,158); }

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

background-color css

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

 a { background-color: rgb(185,103,158); }

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

border-color css

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

 span { border-color: rgb(185,103,158); }

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