Html Css Color HEX #B4769C Bouquet

📋 copy color: '#B4769C'

red 180 ◦ green 118 ◦ blue 156

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

Shades of Bouquet #B4769C

Tints of Bouquet #B4769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.99%

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

R = 39.65%
G = 25.99%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4769C (or 0xB4769C) is known color: Bouquet. HEX triplet: B4, 76 and 9C. RGB value is (180,118,156). Sum of RGB (Red+Green+Blue) = 180+118+156=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4769C is #4B8963. Grayscale: #8C8C8C. Windows color (decimal): -4950372 or 10254004. OLE color: 10254004.

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

Color convert

RGB 180 118 156 -
CMYK 0 0.34 0.13 0.29
HSL 323.23º 0.29% 0.58% -
HSV(B) 323.23º 0.34% 0.71% -
XYZ 31.3 25.06 34.64 -
YUV 140.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 180 118 156 0 0.34 0.13 0.29 323.23 0.29 0.58
Hex B4 76 9C 0 22 D 1D 143 1D 3A
Octal 264 166 234 0 42 15 35 503 35 72
Binary 10110100 1110110 10011100 0 100010 1101 11101 101000011 11101 111010

Color Harmonies of #B4769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4769C

Black with #B4769C

Text Example


Text Example

White with #B4769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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