Html Css Color HEX #B7769A Bouquet

📋 copy color: '#B7769A'

red 183 ◦ green 118 ◦ blue 154

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

Shades of Bouquet #B7769A

Tints of Bouquet #B7769A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 40.22%
G = 25.93%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B7769A (or 0xB7769A) is known color: Bouquet. HEX triplet: B7, 76 and 9A. RGB value is (183,118,154). Sum of RGB (Red+Green+Blue) = 183+118+154=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7769A is #488965. Grayscale: #8D8D8D. Windows color (decimal): -4753766 or 10122935. OLE color: 10122935.

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

Color convert

RGB 183 118 154 -
CMYK 0 0.36 0.16 0.28
HSL 326.77º 0.31% 0.59% -
HSV(B) 326.77º 0.36% 0.72% -
XYZ 31.84 25.36 33.79 -
YUV 141.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 183 118 154 0 0.36 0.16 0.28 326.77 0.31 0.59
Hex B7 76 9A 0 24 10 1C 147 1F 3B
Octal 267 166 232 0 44 20 34 507 37 73
Binary 10110111 1110110 10011010 0 100100 10000 11100 101000111 11111 111011

Color Harmonies of #B7769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7769A

Black with #B7769A

Text Example


Text Example

White with #B7769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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