Html Css Color HEX #B4669D Bouquet

📋 copy color: '#B4669D'

red 180 ◦ green 102 ◦ blue 157

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

Shades of Bouquet #B4669D

Tints of Bouquet #B4669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.23%

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 41%
G = 23.23%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4669D (or 0xB4669D) is known color: Bouquet. HEX triplet: B4, 66 and 9D. RGB value is (180,102,157). Sum of RGB (Red+Green+Blue) = 180+102+157=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4669D is #4B9962. Grayscale: #838383. Windows color (decimal): -4954467 or 10315444. OLE color: 10315444.

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

Color convert

RGB 180 102 157 -
CMYK 0 0.43 0.13 0.29
HSL 317.69º 0.34% 0.55% -
HSV(B) 317.69º 0.43% 0.71% -
XYZ 29.66 21.64 34.51 -
YUV 131.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 180 102 157 0 0.43 0.13 0.29 317.69 0.34 0.55
Hex B4 66 9D 0 2B D 1D 13E 22 37
Octal 264 146 235 0 53 15 35 476 42 67
Binary 10110100 1100110 10011101 0 101011 1101 11101 100111110 100010 110111

Color Harmonies of #B4669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4669D

Black with #B4669D

Text Example


Text Example

White with #B4669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4669D; }

 p { color: rgb(180,102,157); }

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

background-color css

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

 a { background-color: rgb(180,102,157); }

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

border-color css

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

 span { border-color: rgb(180,102,157); }

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