Html Css Color HEX #B06592 Bouquet

📋 copy color: '#B06592'

red 176 ◦ green 101 ◦ blue 146

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

Shades of Bouquet #B06592

Tints of Bouquet #B06592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

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

R = 41.61%
G = 23.88%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B06592 (or 0xB06592) is known color: Bouquet. HEX triplet: B0, 65 and 92. RGB value is (176,101,146). Sum of RGB (Red+Green+Blue) = 176+101+146=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06592 is #4F9A6D. Grayscale: #808080. Windows color (decimal): -5216878 or 9594288. OLE color: 9594288.

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

Color convert

RGB 176 101 146 -
CMYK 0 0.43 0.17 0.31
HSL 324º 0.32% 0.54% -
HSV(B) 324º 0.43% 0.69% -
XYZ 27.75 20.61 29.71 -
YUV 128.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 176 101 146 0 0.43 0.17 0.31 324 0.32 0.54
Hex B0 65 92 0 2B 11 1F 144 20 36
Octal 260 145 222 0 53 21 37 504 40 66
Binary 10110000 1100101 10010010 0 101011 10001 11111 101000100 100000 110110

Color Harmonies of #B06592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06592

Black with #B06592

Text Example


Text Example

White with #B06592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06592; }

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

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

background-color css

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

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

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

border-color css

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

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

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