Html Css Color HEX #B06D9A Bouquet

📋 copy color: '#B06D9A'

red 176 ◦ green 109 ◦ blue 154

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

Shades of Bouquet #B06D9A

Tints of Bouquet #B06D9A

RGB

 RED value IS 176 (69.14% from 255) = 40.09%

 GREEN value IS 109 (42.97% from 255) = 24.83%

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

R = 40.09%
G = 24.83%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B06D9A (or 0xB06D9A) is known color: Bouquet. HEX triplet: B0, 6D and 9A. RGB value is (176,109,154). Sum of RGB (Red+Green+Blue) = 176+109+154=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D9A is #4F9265. Grayscale: #868686. Windows color (decimal): -5214822 or 10120624. OLE color: 10120624.

HSL color Cylindrical-coordinate representation of color #B06D9A: hue angle of 319.7º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06D9A is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 109 154 -
CMYK 0 0.38 0.12 0.31
HSL 319.7º 0.3% 0.56% -
HSV(B) 319.7º 0.38% 0.69% -
XYZ 29.21 22.5 33.38 -
YUV 134.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 176 109 154 0 0.38 0.12 0.31 319.7 0.3 0.56
Hex B0 6D 9A 0 26 C 1F 140 1E 38
Octal 260 155 232 0 46 14 37 500 36 70
Binary 10110000 1101101 10011010 0 100110 1100 11111 101000000 11110 111000

Color Harmonies of #B06D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D9A

Black with #B06D9A

Text Example


Text Example

White with #B06D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D9A; }

 p { color: rgb(176,109,154); }

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

background-color css

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

 a { background-color: rgb(176,109,154); }

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

border-color css

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

 span { border-color: rgb(176,109,154); }

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