Html Css Color HEX #B875A2 Bouquet

📋 copy color: '#B875A2'

red 184 ◦ green 117 ◦ blue 162

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

Shades of Bouquet #B875A2

Tints of Bouquet #B875A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 39.74%
G = 25.27%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B875A2 (or 0xB875A2) is known color: Bouquet. HEX triplet: B8, 75 and A2. RGB value is (184,117,162). Sum of RGB (Red+Green+Blue) = 184+117+162=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A2 is #478A5D. Grayscale: #8E8E8E. Windows color (decimal): -4688478 or 10646968. OLE color: 10646968.

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

Color convert

RGB 184 117 162 -
CMYK 0 0.36 0.12 0.28
HSL 319.7º 0.32% 0.59% -
HSV(B) 319.7º 0.36% 0.72% -
XYZ 32.65 25.52 37.39 -
YUV 142.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 184 117 162 0 0.36 0.12 0.28 319.7 0.32 0.59
Hex B8 75 A2 0 24 C 1C 140 20 3B
Octal 270 165 242 0 44 14 34 500 40 73
Binary 10111000 1110101 10100010 0 100100 1100 11100 101000000 100000 111011

Color Harmonies of #B875A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875A2

Black with #B875A2

Text Example


Text Example

White with #B875A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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