Html Css Color HEX #B76F9E Bouquet

📋 copy color: '#B76F9E'

red 183 ◦ green 111 ◦ blue 158

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

Shades of Bouquet #B76F9E

Tints of Bouquet #B76F9E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.56%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 40.49%
G = 24.56%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B76F9E (or 0xB76F9E) is known color: Bouquet. HEX triplet: B7, 6F and 9E. RGB value is (183,111,158). Sum of RGB (Red+Green+Blue) = 183+111+158=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F9E is #489061. Grayscale: #898989. Windows color (decimal): -4755554 or 10383287. OLE color: 10383287.

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

Color convert

RGB 183 111 158 -
CMYK 0 0.39 0.14 0.28
HSL 320.83º 0.33% 0.58% -
HSV(B) 320.83º 0.39% 0.72% -
XYZ 31.38 23.9 35.31 -
YUV 137.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 183 111 158 0 0.39 0.14 0.28 320.83 0.33 0.58
Hex B7 6F 9E 0 27 E 1C 141 21 3A
Octal 267 157 236 0 47 16 34 501 41 72
Binary 10110111 1101111 10011110 0 100111 1110 11100 101000001 100001 111010

Color Harmonies of #B76F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F9E

Black with #B76F9E

Text Example


Text Example

White with #B76F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F9E; }

 p { color: rgb(183,111,158); }

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

background-color css

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

 a { background-color: rgb(183,111,158); }

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

border-color css

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

 span { border-color: rgb(183,111,158); }

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