Html Css Color HEX #B875A3 Bouquet

📋 copy color: '#B875A3'

red 184 ◦ green 117 ◦ blue 163

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

Shades of Bouquet #B875A3

Tints of Bouquet #B875A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.13%

R = 39.66%
G = 25.22%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B875A3 (or 0xB875A3) is known color: Bouquet. HEX triplet: B8, 75 and A3. RGB value is (184,117,163). Sum of RGB (Red+Green+Blue) = 184+117+163=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A3 is #478A5C. Grayscale: #8E8E8E. Windows color (decimal): -4688477 or 10712504. OLE color: 10712504.

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

Color convert

RGB 184 117 163 -
CMYK 0 0.36 0.11 0.28
HSL 318.81º 0.32% 0.59% -
HSV(B) 318.81º 0.36% 0.72% -
XYZ 32.74 25.56 37.86 -
YUV 142.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 184 117 163 0 0.36 0.11 0.28 318.81 0.32 0.59
Hex B8 75 A3 0 24 B 1C 13F 20 3B
Octal 270 165 243 0 44 13 34 477 40 73
Binary 10111000 1110101 10100011 0 100100 1011 11100 100111111 100000 111011

Color Harmonies of #B875A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875A3

Black with #B875A3

Text Example


Text Example

White with #B875A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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