Html Css Color HEX #B5699A Bouquet

📋 copy color: '#B5699A'

red 181 ◦ green 105 ◦ blue 154

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

Shades of Bouquet #B5699A

Tints of Bouquet #B5699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

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

R = 41.14%
G = 23.86%
B = 35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5699A (or 0xB5699A) is known color: Bouquet. HEX triplet: B5, 69 and 9A. RGB value is (181,105,154). Sum of RGB (Red+Green+Blue) = 181+105+154=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5699A is #4A9665. Grayscale: #858585. Windows color (decimal): -4888166 or 10119605. OLE color: 10119605.

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

Color convert

RGB 181 105 154 -
CMYK 0 0.42 0.15 0.29
HSL 321.32º 0.34% 0.56% -
HSV(B) 321.32º 0.42% 0.71% -
XYZ 29.94 22.26 33.29 -
YUV 133.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 181 105 154 0 0.42 0.15 0.29 321.32 0.34 0.56
Hex B5 69 9A 0 2A F 1D 141 22 38
Octal 265 151 232 0 52 17 35 501 42 70
Binary 10110101 1101001 10011010 0 101010 1111 11101 101000001 100010 111000

Color Harmonies of #B5699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5699A

Black with #B5699A

Text Example


Text Example

White with #B5699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5699A; }

 p { color: rgb(181,105,154); }

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

background-color css

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

 a { background-color: rgb(181,105,154); }

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

border-color css

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

 span { border-color: rgb(181,105,154); }

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