Html Css Color HEX #B77595 Bouquet

📋 copy color: '#B77595'

red 183 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #B77595

Tints of Bouquet #B77595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

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

R = 40.76%
G = 26.06%
B = 33.18%

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

#B77595 (or 0xB77595) is known color: Bouquet. HEX triplet: B7, 75 and 95. RGB value is (183,117,149). Sum of RGB (Red+Green+Blue) = 183+117+149=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B77595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77595 is #488A6A. Grayscale: #8C8C8C. Windows color (decimal): -4754027 or 9794999. OLE color: 9794999.

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

Color convert

RGB 183 117 149 -
CMYK 0 0.36 0.19 0.28
HSL 330.91º 0.31% 0.59% -
HSV(B) 330.91º 0.36% 0.72% -
XYZ 31.31 24.96 31.6 -
YUV 140.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 183 117 149 0 0.36 0.19 0.28 330.91 0.31 0.59
Hex B7 75 95 0 24 13 1C 14B 1F 3B
Octal 267 165 225 0 44 23 34 513 37 73
Binary 10110111 1110101 10010101 0 100100 10011 11100 101001011 11111 111011

Color Harmonies of #B77595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77595

Black with #B77595

Text Example


Text Example

White with #B77595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77595; }

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

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

background-color css

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

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

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

border-color css

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

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

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