Html Css Color HEX #B774AB Bouquet

📋 copy color: '#B774AB'

red 183 ◦ green 116 ◦ blue 171

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

Shades of Bouquet #B774AB

Tints of Bouquet #B774AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.68%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 38.94%
G = 24.68%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B774AB (or 0xB774AB) is known color: Bouquet. HEX triplet: B7, 74 and AB. RGB value is (183,116,171). Sum of RGB (Red+Green+Blue) = 183+116+171=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B774AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B774AB is #488B54. Grayscale: #8E8E8E. Windows color (decimal): -4754261 or 11236535. OLE color: 11236535.

HSL color Cylindrical-coordinate representation of color #B774AB: hue angle of 310.75º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B774AB is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 116 171 -
CMYK 0 0.37 0.07 0.28
HSL 310.75º 0.32% 0.59% -
HSV(B) 310.75º 0.37% 0.72% -
XYZ 33.12 25.5 41.7 -
YUV 142.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 183 116 171 0 0.37 0.07 0.28 310.75 0.32 0.59
Hex B7 74 AB 0 25 7 1C 137 20 3B
Octal 267 164 253 0 45 7 34 467 40 73
Binary 10110111 1110100 10101011 0 100101 111 11100 100110111 100000 111011

Color Harmonies of #B774AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774AB

Black with #B774AB

Text Example


Text Example

White with #B774AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774AB; }

 p { color: rgb(183,116,171); }

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

background-color css

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

 a { background-color: rgb(183,116,171); }

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

border-color css

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

 span { border-color: rgb(183,116,171); }

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