Html Css Color HEX #B77B9A Bouquet

📋 copy color: '#B77B9A'

red 183 ◦ green 123 ◦ blue 154

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

Shades of Bouquet #B77B9A

Tints of Bouquet #B77B9A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.74%

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

R = 39.78%
G = 26.74%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B77B9A (or 0xB77B9A) is known color: Bouquet. HEX triplet: B7, 7B and 9A. RGB value is (183,123,154). Sum of RGB (Red+Green+Blue) = 183+123+154=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77B9A is #488465. Grayscale: #909090. Windows color (decimal): -4752486 or 10124215. OLE color: 10124215.

HSL color Cylindrical-coordinate representation of color #B77B9A: hue angle of 329º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77B9A is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 123 154 -
CMYK 0 0.33 0.16 0.28
HSL 329º 0.29% 0.6% -
HSV(B) 329º 0.33% 0.72% -
XYZ 32.44 26.57 33.99 -
YUV 144.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 183 123 154 0 0.33 0.16 0.28 329 0.29 0.6
Hex B7 7B 9A 0 21 10 1C 149 1D 3C
Octal 267 173 232 0 41 20 34 511 35 74
Binary 10110111 1111011 10011010 0 100001 10000 11100 101001001 11101 111100

Color Harmonies of #B77B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B9A

Black with #B77B9A

Text Example


Text Example

White with #B77B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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