Html Css Color HEX #B66C9A Bouquet

📋 copy color: '#B66C9A'

red 182 ◦ green 108 ◦ blue 154

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

Shades of Bouquet #B66C9A

Tints of Bouquet #B66C9A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.32%

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

R = 40.99%
G = 24.32%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B66C9A (or 0xB66C9A) is known color: Bouquet. HEX triplet: B6, 6C and 9A. RGB value is (182,108,154). Sum of RGB (Red+Green+Blue) = 182+108+154=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66C9A is #499365. Grayscale: #878787. Windows color (decimal): -4821862 or 10120374. OLE color: 10120374.

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

Color convert

RGB 182 108 154 -
CMYK 0 0.41 0.15 0.29
HSL 322.7º 0.34% 0.57% -
HSV(B) 322.7º 0.41% 0.71% -
XYZ 30.49 23 33.41 -
YUV 135.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 182 108 154 0 0.41 0.15 0.29 322.7 0.34 0.57
Hex B6 6C 9A 0 29 F 1D 143 22 39
Octal 266 154 232 0 51 17 35 503 42 71
Binary 10110110 1101100 10011010 0 101001 1111 11101 101000011 100010 111001

Color Harmonies of #B66C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C9A

Black with #B66C9A

Text Example


Text Example

White with #B66C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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