Html Css Color HEX #B06D92 Bouquet

📋 copy color: '#B06D92'

red 176 ◦ green 109 ◦ blue 146

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

Shades of Bouquet #B06D92

Tints of Bouquet #B06D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 40.84%
G = 25.29%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B06D92 (or 0xB06D92) is known color: Bouquet. HEX triplet: B0, 6D and 92. RGB value is (176,109,146). Sum of RGB (Red+Green+Blue) = 176+109+146=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D92 is #4F926D. Grayscale: #858585. Windows color (decimal): -5214830 or 9596336. OLE color: 9596336.

HSL color Cylindrical-coordinate representation of color #B06D92: hue angle of 326.87º 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 #B06D92 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 109 146 -
CMYK 0 0.38 0.17 0.31
HSL 326.87º 0.3% 0.56% -
HSV(B) 326.87º 0.38% 0.69% -
XYZ 28.56 22.24 29.98 -
YUV 133.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 176 109 146 0 0.38 0.17 0.31 326.87 0.3 0.56
Hex B0 6D 92 0 26 11 1F 147 1E 38
Octal 260 155 222 0 46 21 37 507 36 70
Binary 10110000 1101101 10010010 0 100110 10001 11111 101000111 11110 111000

Color Harmonies of #B06D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D92

Black with #B06D92

Text Example


Text Example

White with #B06D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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