Html Css Color HEX #B4869A Bouquet

📋 copy color: '#B4869A'

red 180 ◦ green 134 ◦ blue 154

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

Shades of Bouquet #B4869A

Tints of Bouquet #B4869A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.63%

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

R = 38.46%
G = 28.63%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4869A (or 0xB4869A) is known color: Bouquet. HEX triplet: B4, 86 and 9A. RGB value is (180,134,154). Sum of RGB (Red+Green+Blue) = 180+134+154=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4869A is #4B7965. Grayscale: #969696. Windows color (decimal): -4946278 or 10127028. OLE color: 10127028.

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

Color convert

RGB 180 134 154 -
CMYK 0 0.26 0.14 0.29
HSL 333.91º 0.23% 0.62% -
HSV(B) 333.91º 0.26% 0.71% -
XYZ 33.18 29.09 34.44 -
YUV 150.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 180 134 154 0 0.26 0.14 0.29 333.91 0.23 0.62
Hex B4 86 9A 0 1A E 1D 14E 17 3E
Octal 264 206 232 0 32 16 35 516 27 76
Binary 10110100 10000110 10011010 0 11010 1110 11101 101001110 10111 111110

Color Harmonies of #B4869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4869A

Black with #B4869A

Text Example


Text Example

White with #B4869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4869A; }

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

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

background-color css

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

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

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

border-color css

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

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

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