Html Css Color HEX #B875AB Bouquet

📋 copy color: '#B875AB'

red 184 ◦ green 117 ◦ blue 171

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

Shades of Bouquet #B875AB

Tints of Bouquet #B875AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.79%

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

R = 38.98%
G = 24.79%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B875AB (or 0xB875AB) is known color: Bouquet. HEX triplet: B8, 75 and AB. RGB value is (184,117,171). Sum of RGB (Red+Green+Blue) = 184+117+171=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B875AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875AB is #478A54. Grayscale: #8F8F8F. Windows color (decimal): -4688469 or 11236792. OLE color: 11236792.

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

Color convert

RGB 184 117 171 -
CMYK 0 0.36 0.07 0.28
HSL 311.64º 0.32% 0.59% -
HSV(B) 311.64º 0.36% 0.72% -
XYZ 33.48 25.85 41.75 -
YUV 143.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 184 117 171 0 0.36 0.07 0.28 311.64 0.32 0.59
Hex B8 75 AB 0 24 7 1C 138 20 3B
Octal 270 165 253 0 44 7 34 470 40 73
Binary 10111000 1110101 10101011 0 100100 111 11100 100111000 100000 111011

Color Harmonies of #B875AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875AB

Black with #B875AB

Text Example


Text Example

White with #B875AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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