Html Css Color HEX #B7769B Bouquet

📋 copy color: '#B7769B'

red 183 ◦ green 118 ◦ blue 155

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

Shades of Bouquet #B7769B

Tints of Bouquet #B7769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 40.13%
G = 25.88%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7769B (or 0xB7769B) is known color: Bouquet. HEX triplet: B7, 76 and 9B. RGB value is (183,118,155). Sum of RGB (Red+Green+Blue) = 183+118+155=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7769B is #488964. Grayscale: #8D8D8D. Windows color (decimal): -4753765 or 10188471. OLE color: 10188471.

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

Color convert

RGB 183 118 155 -
CMYK 0 0.36 0.15 0.28
HSL 325.85º 0.31% 0.59% -
HSV(B) 325.85º 0.36% 0.72% -
XYZ 31.92 25.39 34.23 -
YUV 141.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 183 118 155 0 0.36 0.15 0.28 325.85 0.31 0.59
Hex B7 76 9B 0 24 F 1C 146 1F 3B
Octal 267 166 233 0 44 17 34 506 37 73
Binary 10110111 1110110 10011011 0 100100 1111 11100 101000110 11111 111011

Color Harmonies of #B7769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7769B

Black with #B7769B

Text Example


Text Example

White with #B7769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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