Html Css Color HEX #B4689C Bouquet

📋 copy color: '#B4689C'

red 180 ◦ green 104 ◦ blue 156

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

Shades of Bouquet #B4689C

Tints of Bouquet #B4689C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 40.91%
G = 23.64%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4689C (or 0xB4689C) is known color: Bouquet. HEX triplet: B4, 68 and 9C. RGB value is (180,104,156). Sum of RGB (Red+Green+Blue) = 180+104+156=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4689C is #4B9763. Grayscale: #848484. Windows color (decimal): -4953956 or 10250420. OLE color: 10250420.

HSL color Cylindrical-coordinate representation of color #B4689C: hue angle of 318.95º 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 #B4689C is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 104 156 -
CMYK 0 0.42 0.13 0.29
HSL 318.95º 0.34% 0.56% -
HSV(B) 318.95º 0.42% 0.71% -
XYZ 29.77 22 34.13 -
YUV 132.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 180 104 156 0 0.42 0.13 0.29 318.95 0.34 0.56
Hex B4 68 9C 0 2A D 1D 13F 22 38
Octal 264 150 234 0 52 15 35 477 42 70
Binary 10110100 1101000 10011100 0 101010 1101 11101 100111111 100010 111000

Color Harmonies of #B4689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4689C

Black with #B4689C

Text Example


Text Example

White with #B4689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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