Html Css Color HEX #B875AC Bouquet

📋 copy color: '#B875AC'

red 184 ◦ green 117 ◦ blue 172

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

Shades of Bouquet #B875AC

Tints of Bouquet #B875AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 38.9%
G = 24.74%
B = 36.36%

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

#B875AC (or 0xB875AC) is known color: Bouquet. HEX triplet: B8, 75 and AC. RGB value is (184,117,172). Sum of RGB (Red+Green+Blue) = 184+117+172=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B875AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875AC is #478A53. Grayscale: #8F8F8F. Windows color (decimal): -4688468 or 11302328. OLE color: 11302328.

HSL color Cylindrical-coordinate representation of color #B875AC: hue angle of 310.75º 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 #B875AC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 117 172 -
CMYK 0 0.36 0.07 0.28
HSL 310.75º 0.32% 0.59% -
HSV(B) 310.75º 0.36% 0.72% -
XYZ 33.57 25.89 42.26 -
YUV 143.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 184 117 172 0 0.36 0.07 0.28 310.75 0.32 0.59
Hex B8 75 AC 0 24 7 1C 137 20 3B
Octal 270 165 254 0 44 7 34 467 40 73
Binary 10111000 1110101 10101100 0 100100 111 11100 100110111 100000 111011

Color Harmonies of #B875AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875AC

Black with #B875AC

Text Example


Text Example

White with #B875AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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