Html Css Color HEX #B66F9A Bouquet

📋 copy color: '#B66F9A'

red 182 ◦ green 111 ◦ blue 154

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

Shades of Bouquet #B66F9A

Tints of Bouquet #B66F9A

RGB

 RED value IS 182 (71.48% from 255) = 40.72%

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

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

R = 40.72%
G = 24.83%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B66F9A (or 0xB66F9A) is known color: Bouquet. HEX triplet: B6, 6F and 9A. RGB value is (182,111,154). Sum of RGB (Red+Green+Blue) = 182+111+154=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F9A is #499065. Grayscale: #898989. Windows color (decimal): -4821094 or 10121142. OLE color: 10121142.

HSL color Cylindrical-coordinate representation of color #B66F9A: hue angle of 323.66º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66F9A is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 111 154 -
CMYK 0 0.39 0.15 0.29
HSL 323.66º 0.33% 0.57% -
HSV(B) 323.66º 0.39% 0.71% -
XYZ 30.81 23.65 33.51 -
YUV 137.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 182 111 154 0 0.39 0.15 0.29 323.66 0.33 0.57
Hex B6 6F 9A 0 27 F 1D 144 21 39
Octal 266 157 232 0 47 17 35 504 41 71
Binary 10110110 1101111 10011010 0 100111 1111 11101 101000100 100001 111001

Color Harmonies of #B66F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66F9A

Black with #B66F9A

Text Example


Text Example

White with #B66F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66F9A; }

 p { color: rgb(182,111,154); }

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

background-color css

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

 a { background-color: rgb(182,111,154); }

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

border-color css

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

 span { border-color: rgb(182,111,154); }

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