Html Css Color HEX #B9679D Bouquet

📋 copy color: '#B9679D'

red 185 ◦ green 103 ◦ blue 157

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

Shades of Bouquet #B9679D

Tints of Bouquet #B9679D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 41.57%
G = 23.15%
B = 35.28%

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

#B9679D (or 0xB9679D) is known color: Bouquet. HEX triplet: B9, 67 and 9D. RGB value is (185,103,157). Sum of RGB (Red+Green+Blue) = 185+103+157=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9679D is #469862. Grayscale: #858585. Windows color (decimal): -4626531 or 10315705. OLE color: 10315705.

HSL color Cylindrical-coordinate representation of color #B9679D: hue angle of 320.49º 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 #B9679D is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 157 -
CMYK 0 0.44 0.15 0.27
HSL 320.49º 0.37% 0.56% -
HSV(B) 320.49º 0.44% 0.73% -
XYZ 30.94 22.45 34.6 -
YUV 133.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 185 103 157 0 0.44 0.15 0.27 320.49 0.37 0.56
Hex B9 67 9D 0 2C F 1B 140 25 38
Octal 271 147 235 0 54 17 33 500 45 70
Binary 10111001 1100111 10011101 0 101100 1111 11011 101000000 100101 111000

Color Harmonies of #B9679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9679D

Black with #B9679D

Text Example


Text Example

White with #B9679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9679D; }

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

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

background-color css

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

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

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

border-color css

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

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

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