Html Css Color HEX #B873AB Bouquet

📋 copy color: '#B873AB'

red 184 ◦ green 115 ◦ blue 171

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

Shades of Bouquet #B873AB

Tints of Bouquet #B873AB

RGB

 RED value IS 184 (72.27% from 255) = 39.15%

 GREEN value IS 115 (45.31% from 255) = 24.47%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 39.15%
G = 24.47%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B873AB (or 0xB873AB) is known color: Bouquet. HEX triplet: B8, 73 and AB. RGB value is (184,115,171). Sum of RGB (Red+Green+Blue) = 184+115+171=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B873AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873AB is #478C54. Grayscale: #8D8D8D. Windows color (decimal): -4688981 or 11236280. OLE color: 11236280.

HSL color Cylindrical-coordinate representation of color #B873AB: hue angle of 311.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B873AB is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 115 171 -
CMYK 0 0.38 0.07 0.28
HSL 311.3º 0.33% 0.59% -
HSV(B) 311.3º 0.38% 0.72% -
XYZ 33.25 25.39 41.68 -
YUV 142.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 184 115 171 0 0.38 0.07 0.28 311.3 0.33 0.59
Hex B8 73 AB 0 26 7 1C 137 21 3B
Octal 270 163 253 0 46 7 34 467 41 73
Binary 10111000 1110011 10101011 0 100110 111 11100 100110111 100001 111011

Color Harmonies of #B873AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873AB

Black with #B873AB

Text Example


Text Example

White with #B873AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873AB; }

 p { color: rgb(184,115,171); }

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

background-color css

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

 a { background-color: rgb(184,115,171); }

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

border-color css

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

 span { border-color: rgb(184,115,171); }

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