Html Css Color HEX #B4859C Bouquet

📋 copy color: '#B4859C'

red 180 ◦ green 133 ◦ blue 156

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

Shades of Bouquet #B4859C

Tints of Bouquet #B4859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

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

R = 38.38%
G = 28.36%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4859C (or 0xB4859C) is known color: Bouquet. HEX triplet: B4, 85 and 9C. RGB value is (180,133,156). Sum of RGB (Red+Green+Blue) = 180+133+156=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4859C is #4B7A63. Grayscale: #959595. Windows color (decimal): -4946532 or 10257844. OLE color: 10257844.

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

Color convert

RGB 180 133 156 -
CMYK 0 0.26 0.13 0.29
HSL 330.64º 0.24% 0.61% -
HSV(B) 330.64º 0.26% 0.71% -
XYZ 33.21 28.88 35.28 -
YUV 149.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 180 133 156 0 0.26 0.13 0.29 330.64 0.24 0.61
Hex B4 85 9C 0 1A D 1D 14B 18 3D
Octal 264 205 234 0 32 15 35 513 30 75
Binary 10110100 10000101 10011100 0 11010 1101 11101 101001011 11000 111101

Color Harmonies of #B4859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4859C

Black with #B4859C

Text Example


Text Example

White with #B4859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4859C; }

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

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

background-color css

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

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

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

border-color css

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

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

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