Html Css Color HEX #B4789C Bouquet

📋 copy color: '#B4789C'

red 180 ◦ green 120 ◦ blue 156

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

Shades of Bouquet #B4789C

Tints of Bouquet #B4789C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

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

R = 39.47%
G = 26.32%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4789C (or 0xB4789C) is known color: Bouquet. HEX triplet: B4, 78 and 9C. RGB value is (180,120,156). Sum of RGB (Red+Green+Blue) = 180+120+156=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4789C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4789C is #4B8763. Grayscale: #8D8D8D. Windows color (decimal): -4949860 or 10254516. OLE color: 10254516.

HSL color Cylindrical-coordinate representation of color #B4789C: hue angle of 324º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4789C is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 156 -
CMYK 0 0.33 0.13 0.29
HSL 324º 0.29% 0.59% -
HSV(B) 324º 0.33% 0.71% -
XYZ 31.54 25.54 34.72 -
YUV 142.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 180 120 156 0 0.33 0.13 0.29 324 0.29 0.59
Hex B4 78 9C 0 21 D 1D 144 1D 3B
Octal 264 170 234 0 41 15 35 504 35 73
Binary 10110100 1111000 10011100 0 100001 1101 11101 101000100 11101 111011

Color Harmonies of #B4789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4789C

Black with #B4789C

Text Example


Text Example

White with #B4789C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4789C; }

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

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

background-color css

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

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

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

border-color css

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

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

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