Html Css Color HEX #B5669B Bouquet

📋 copy color: '#B5669B'

red 181 ◦ green 102 ◦ blue 155

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

Shades of Bouquet #B5669B

Tints of Bouquet #B5669B

RGB

 RED value IS 181 (71.09% from 255) = 41.32%

 GREEN value IS 102 (40.23% from 255) = 23.29%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 41.32%
G = 23.29%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5669B (or 0xB5669B) is known color: Bouquet. HEX triplet: B5, 66 and 9B. RGB value is (181,102,155). Sum of RGB (Red+Green+Blue) = 181+102+155=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5669B is #4A9964. Grayscale: #838383. Windows color (decimal): -4888933 or 10184373. OLE color: 10184373.

HSL color Cylindrical-coordinate representation of color #B5669B: hue angle of 319.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5669B is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 102 155 -
CMYK 0 0.44 0.14 0.29
HSL 319.75º 0.35% 0.55% -
HSV(B) 319.75º 0.44% 0.71% -
XYZ 29.72 21.69 33.63 -
YUV 131.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 181 102 155 0 0.44 0.14 0.29 319.75 0.35 0.55
Hex B5 66 9B 0 2C E 1D 140 23 37
Octal 265 146 233 0 54 16 35 500 43 67
Binary 10110101 1100110 10011011 0 101100 1110 11101 101000000 100011 110111

Color Harmonies of #B5669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5669B

Black with #B5669B

Text Example


Text Example

White with #B5669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5669B; }

 p { color: rgb(181,102,155); }

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

background-color css

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

 a { background-color: rgb(181,102,155); }

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

border-color css

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

 span { border-color: rgb(181,102,155); }

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