Html Css Color HEX #B06C92 Bouquet

📋 copy color: '#B06C92'

red 176 ◦ green 108 ◦ blue 146

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

Shades of Bouquet #B06C92

Tints of Bouquet #B06C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

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

R = 40.93%
G = 25.12%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B06C92 (or 0xB06C92) is known color: Bouquet. HEX triplet: B0, 6C and 92. RGB value is (176,108,146). Sum of RGB (Red+Green+Blue) = 176+108+146=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C92 is #4F936D. Grayscale: #848484. Windows color (decimal): -5215086 or 9596080. OLE color: 9596080.

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

Color convert

RGB 176 108 146 -
CMYK 0 0.39 0.17 0.31
HSL 326.47º 0.3% 0.56% -
HSV(B) 326.47º 0.39% 0.69% -
XYZ 28.46 22.03 29.95 -
YUV 132.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 176 108 146 0 0.39 0.17 0.31 326.47 0.3 0.56
Hex B0 6C 92 0 27 11 1F 146 1E 38
Octal 260 154 222 0 47 21 37 506 36 70
Binary 10110000 1101100 10010010 0 100111 10001 11111 101000110 11110 111000

Color Harmonies of #B06C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C92

Black with #B06C92

Text Example


Text Example

White with #B06C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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