Html Css Color HEX #B4699E Bouquet

📋 copy color: '#B4699E'

red 180 ◦ green 105 ◦ blue 158

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

Shades of Bouquet #B4699E

Tints of Bouquet #B4699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 40.63%
G = 23.7%
B = 35.67%

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

#B4699E (or 0xB4699E) is known color: Bouquet. HEX triplet: B4, 69 and 9E. RGB value is (180,105,158). Sum of RGB (Red+Green+Blue) = 180+105+158=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4699E is #4B9661. Grayscale: #858585. Windows color (decimal): -4953698 or 10381748. OLE color: 10381748.

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

Color convert

RGB 180 105 158 -
CMYK 0 0.42 0.12 0.29
HSL 317.6º 0.33% 0.56% -
HSV(B) 317.6º 0.42% 0.71% -
XYZ 30.05 22.28 35.06 -
YUV 133.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 180 105 158 0 0.42 0.12 0.29 317.6 0.33 0.56
Hex B4 69 9E 0 2A C 1D 13E 21 38
Octal 264 151 236 0 52 14 35 476 41 70
Binary 10110100 1101001 10011110 0 101010 1100 11101 100111110 100001 111000

Color Harmonies of #B4699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4699E

Black with #B4699E

Text Example


Text Example

White with #B4699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4699E; }

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

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

background-color css

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

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

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

border-color css

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

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

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