Html Css Color HEX #B66CA5 Bouquet

📋 copy color: '#B66CA5'

red 182 ◦ green 108 ◦ blue 165

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

Shades of Bouquet #B66CA5

Tints of Bouquet #B66CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.26%

R = 40%
G = 23.74%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B66CA5 (or 0xB66CA5) is known color: Bouquet. HEX triplet: B6, 6C and A5. RGB value is (182,108,165). Sum of RGB (Red+Green+Blue) = 182+108+165=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B66CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66CA5 is #49935A. Grayscale: #888888. Windows color (decimal): -4821851 or 10841270. OLE color: 10841270.

HSL color Cylindrical-coordinate representation of color #B66CA5: hue angle of 313.78º 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 #B66CA5 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 108 165 -
CMYK 0 0.41 0.09 0.29
HSL 313.78º 0.34% 0.57% -
HSV(B) 313.78º 0.41% 0.71% -
XYZ 31.45 23.39 38.45 -
YUV 136.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 182 108 165 0 0.41 0.09 0.29 313.78 0.34 0.57
Hex B6 6C A5 0 29 9 1D 13A 22 39
Octal 266 154 245 0 51 11 35 472 42 71
Binary 10110110 1101100 10100101 0 101001 1001 11101 100111010 100010 111001

Color Harmonies of #B66CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CA5

Black with #B66CA5

Text Example


Text Example

White with #B66CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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