Html Css Color HEX #B06A9B Bouquet

📋 copy color: '#B06A9B'

red 176 ◦ green 106 ◦ blue 155

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

Shades of Bouquet #B06A9B

Tints of Bouquet #B06A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.26%

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

R = 40.27%
G = 24.26%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B06A9B (or 0xB06A9B) is known color: Bouquet. HEX triplet: B0, 6A and 9B. RGB value is (176,106,155). Sum of RGB (Red+Green+Blue) = 176+106+155=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06A9B is #4F9564. Grayscale: #848484. Windows color (decimal): -5215589 or 10185392. OLE color: 10185392.

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

Color convert

RGB 176 106 155 -
CMYK 0 0.40 0.12 0.31
HSL 318º 0.31% 0.55% -
HSV(B) 318º 0.4% 0.69% -
XYZ 28.97 21.9 33.71 -
YUV 132.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 176 106 155 0 0.40 0.12 0.31 318 0.31 0.55
Hex B0 6A 9B 0 28 C 1F 13E 1F 37
Octal 260 152 233 0 50 14 37 476 37 67
Binary 10110000 1101010 10011011 0 101000 1100 11111 100111110 11111 110111

Color Harmonies of #B06A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A9B

Black with #B06A9B

Text Example


Text Example

White with #B06A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A9B; }

 p { color: rgb(176,106,155); }

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

background-color css

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

 a { background-color: rgb(176,106,155); }

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

border-color css

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

 span { border-color: rgb(176,106,155); }

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