Html Css Color HEX #B4699C Bouquet

📋 copy color: '#B4699C'

red 180 ◦ green 105 ◦ blue 156

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

Shades of Bouquet #B4699C

Tints of Bouquet #B4699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.81%

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

R = 40.82%
G = 23.81%
B = 35.37%

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

#B4699C (or 0xB4699C) is known color: Bouquet. HEX triplet: B4, 69 and 9C. RGB value is (180,105,156). Sum of RGB (Red+Green+Blue) = 180+105+156=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4699C is #4B9663. Grayscale: #858585. Windows color (decimal): -4953700 or 10250676. OLE color: 10250676.

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

Color convert

RGB 180 105 156 -
CMYK 0 0.42 0.13 0.29
HSL 319.2º 0.33% 0.56% -
HSV(B) 319.2º 0.42% 0.71% -
XYZ 29.87 22.21 34.16 -
YUV 133.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 180 105 156 0 0.42 0.13 0.29 319.2 0.33 0.56
Hex B4 69 9C 0 2A D 1D 13F 21 38
Octal 264 151 234 0 52 15 35 477 41 70
Binary 10110100 1101001 10011100 0 101010 1101 11101 100111111 100001 111000

Color Harmonies of #B4699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4699C

Black with #B4699C

Text Example


Text Example

White with #B4699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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