Html Css Color HEX #B875A6 Bouquet

📋 copy color: '#B875A6'

red 184 ◦ green 117 ◦ blue 166

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

Shades of Bouquet #B875A6

Tints of Bouquet #B875A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 39.4%
G = 25.05%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B875A6 (or 0xB875A6) is known color: Bouquet. HEX triplet: B8, 75 and A6. RGB value is (184,117,166). Sum of RGB (Red+Green+Blue) = 184+117+166=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A6 is #478A59. Grayscale: #8E8E8E. Windows color (decimal): -4688474 or 10909112. OLE color: 10909112.

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

Color convert

RGB 184 117 166 -
CMYK 0 0.36 0.10 0.28
HSL 316.12º 0.32% 0.59% -
HSV(B) 316.12º 0.36% 0.72% -
XYZ 33.01 25.67 39.29 -
YUV 142.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 184 117 166 0 0.36 0.10 0.28 316.12 0.32 0.59
Hex B8 75 A6 0 24 A 1C 13C 20 3B
Octal 270 165 246 0 44 12 34 474 40 73
Binary 10111000 1110101 10100110 0 100100 1010 11100 100111100 100000 111011

Color Harmonies of #B875A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875A6

Black with #B875A6

Text Example


Text Example

White with #B875A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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