Html Css Color HEX #B7769F Bouquet

📋 copy color: '#B7769F'

red 183 ◦ green 118 ◦ blue 159

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

Shades of Bouquet #B7769F

Tints of Bouquet #B7769F

RGB

 RED value IS 183 (71.88% from 255) = 39.78%

 GREEN value IS 118 (46.48% from 255) = 25.65%

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 39.78%
G = 25.65%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B7769F (or 0xB7769F) is known color: Bouquet. HEX triplet: B7, 76 and 9F. RGB value is (183,118,159). Sum of RGB (Red+Green+Blue) = 183+118+159=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7769F is #488960. Grayscale: #8E8E8E. Windows color (decimal): -4753761 or 10450615. OLE color: 10450615.

HSL color Cylindrical-coordinate representation of color #B7769F: hue angle of 322.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7769F is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 118 159 -
CMYK 0 0.36 0.13 0.28
HSL 322.15º 0.31% 0.59% -
HSV(B) 322.15º 0.36% 0.72% -
XYZ 32.26 25.53 36.03 -
YUV 142.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 183 118 159 0 0.36 0.13 0.28 322.15 0.31 0.59
Hex B7 76 9F 0 24 D 1C 142 1F 3B
Octal 267 166 237 0 44 15 34 502 37 73
Binary 10110111 1110110 10011111 0 100100 1101 11100 101000010 11111 111011

Color Harmonies of #B7769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7769F

Black with #B7769F

Text Example


Text Example

White with #B7769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7769F; }

 p { color: rgb(183,118,159); }

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

background-color css

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

 a { background-color: rgb(183,118,159); }

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

border-color css

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

 span { border-color: rgb(183,118,159); }

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