Html Css Color HEX #B77695 Bouquet

📋 copy color: '#B77695'

red 183 ◦ green 118 ◦ blue 149

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

Shades of Bouquet #B77695

Tints of Bouquet #B77695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 40.67%
G = 26.22%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B77695 (or 0xB77695) is known color: Bouquet. HEX triplet: B7, 76 and 95. RGB value is (183,118,149). Sum of RGB (Red+Green+Blue) = 183+118+149=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B77695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77695 is #48896A. Grayscale: #8C8C8C. Windows color (decimal): -4753771 or 9795255. OLE color: 9795255.

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

Color convert

RGB 183 118 149 -
CMYK 0 0.36 0.19 0.28
HSL 331.38º 0.31% 0.59% -
HSV(B) 331.38º 0.36% 0.72% -
XYZ 31.43 25.19 31.64 -
YUV 140.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 183 118 149 0 0.36 0.19 0.28 331.38 0.31 0.59
Hex B7 76 95 0 24 13 1C 14B 1F 3B
Octal 267 166 225 0 44 23 34 513 37 73
Binary 10110111 1110110 10010101 0 100100 10011 11100 101001011 11111 111011

Color Harmonies of #B77695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77695

Black with #B77695

Text Example


Text Example

White with #B77695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77695; }

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

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

background-color css

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

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

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

border-color css

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

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

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