Html Css Color HEX #B4689F Bouquet

📋 copy color: '#B4689F'

red 180 ◦ green 104 ◦ blue 159

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

Shades of Bouquet #B4689F

Tints of Bouquet #B4689F

RGB

 RED value IS 180 (70.7% from 255) = 40.63%

 GREEN value IS 104 (41.02% from 255) = 23.48%

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 40.63%
G = 23.48%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4689F (or 0xB4689F) is known color: Bouquet. HEX triplet: B4, 68 and 9F. RGB value is (180,104,159). Sum of RGB (Red+Green+Blue) = 180+104+159=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4689F is #4B9760. Grayscale: #848484. Windows color (decimal): -4953953 or 10447028. OLE color: 10447028.

HSL color Cylindrical-coordinate representation of color #B4689F: hue angle of 316.58º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4689F is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 104 159 -
CMYK 0 0.42 0.12 0.29
HSL 316.58º 0.34% 0.56% -
HSV(B) 316.58º 0.42% 0.71% -
XYZ 30.03 22.11 35.49 -
YUV 132.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 180 104 159 0 0.42 0.12 0.29 316.58 0.34 0.56
Hex B4 68 9F 0 2A C 1D 13D 22 38
Octal 264 150 237 0 52 14 35 475 42 70
Binary 10110100 1101000 10011111 0 101010 1100 11101 100111101 100010 111000

Color Harmonies of #B4689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4689F

Black with #B4689F

Text Example


Text Example

White with #B4689F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4689F; }

 p { color: rgb(180,104,159); }

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

background-color css

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

 a { background-color: rgb(180,104,159); }

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

border-color css

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

 span { border-color: rgb(180,104,159); }

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