Html Css Color HEX #B4699A Bouquet

📋 copy color: '#B4699A'

red 180 ◦ green 105 ◦ blue 154

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

Shades of Bouquet #B4699A

Tints of Bouquet #B4699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 41%
G = 23.92%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4699A (or 0xB4699A) is known color: Bouquet. HEX triplet: B4, 69 and 9A. RGB value is (180,105,154). Sum of RGB (Red+Green+Blue) = 180+105+154=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4699A is #4B9665. Grayscale: #848484. Windows color (decimal): -4953702 or 10119604. OLE color: 10119604.

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

Color convert

RGB 180 105 154 -
CMYK 0 0.42 0.14 0.29
HSL 320.8º 0.33% 0.56% -
HSV(B) 320.8º 0.42% 0.71% -
XYZ 29.71 22.14 33.28 -
YUV 133.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 180 105 154 0 0.42 0.14 0.29 320.8 0.33 0.56
Hex B4 69 9A 0 2A E 1D 141 21 38
Octal 264 151 232 0 52 16 35 501 41 70
Binary 10110100 1101001 10011010 0 101010 1110 11101 101000001 100001 111000

Color Harmonies of #B4699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4699A

Black with #B4699A

Text Example


Text Example

White with #B4699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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