Html Css Color HEX #B77696 Bouquet

📋 copy color: '#B77696'

red 183 ◦ green 118 ◦ blue 150

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

Shades of Bouquet #B77696

Tints of Bouquet #B77696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.26%

R = 40.58%
G = 26.16%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B77696 (or 0xB77696) is known color: Bouquet. HEX triplet: B7, 76 and 96. RGB value is (183,118,150). Sum of RGB (Red+Green+Blue) = 183+118+150=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B77696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77696 is #488969. Grayscale: #8D8D8D. Windows color (decimal): -4753770 or 9860791. OLE color: 9860791.

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

Color convert

RGB 183 118 150 -
CMYK 0 0.36 0.18 0.28
HSL 330.46º 0.31% 0.59% -
HSV(B) 330.46º 0.36% 0.72% -
XYZ 31.51 25.23 32.06 -
YUV 141.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 183 118 150 0 0.36 0.18 0.28 330.46 0.31 0.59
Hex B7 76 96 0 24 12 1C 14A 1F 3B
Octal 267 166 226 0 44 22 34 512 37 73
Binary 10110111 1110110 10010110 0 100100 10010 11100 101001010 11111 111011

Color Harmonies of #B77696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77696

Black with #B77696

Text Example


Text Example

White with #B77696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77696; }

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

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

background-color css

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

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

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

border-color css

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

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

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