Html Css Color HEX #B4669E Bouquet

📋 copy color: '#B4669E'

red 180 ◦ green 102 ◦ blue 158

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

Shades of Bouquet #B4669E

Tints of Bouquet #B4669E

RGB

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

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

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

R = 40.91%
G = 23.18%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4669E (or 0xB4669E) is known color: Bouquet. HEX triplet: B4, 66 and 9E. RGB value is (180,102,158). Sum of RGB (Red+Green+Blue) = 180+102+158=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4669E is #4B9961. Grayscale: #838383. Windows color (decimal): -4954466 or 10380980. OLE color: 10380980.

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

Color convert

RGB 180 102 158 -
CMYK 0 0.43 0.12 0.29
HSL 316.92º 0.34% 0.55% -
HSV(B) 316.92º 0.43% 0.71% -
XYZ 29.75 21.67 34.96 -
YUV 131.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 180 102 158 0 0.43 0.12 0.29 316.92 0.34 0.55
Hex B4 66 9E 0 2B C 1D 13D 22 37
Octal 264 146 236 0 53 14 35 475 42 67
Binary 10110100 1100110 10011110 0 101011 1100 11101 100111101 100010 110111

Color Harmonies of #B4669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4669E

Black with #B4669E

Text Example


Text Example

White with #B4669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4669E; }

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

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

background-color css

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

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

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

border-color css

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

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

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