Html Css Color HEX #B3879D Bouquet

📋 copy color: '#B3879D'

red 179 ◦ green 135 ◦ blue 157

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

Shades of Bouquet #B3879D

Tints of Bouquet #B3879D

RGB

 RED value IS 179 (70.31% from 255) = 38%

 GREEN value IS 135 (53.13% from 255) = 28.66%

 BLUE value IS 157 (61.72% from 255) = 33.33%

R = 38%
G = 28.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3879D (or 0xB3879D) is known color: Bouquet. HEX triplet: B3, 87 and 9D. RGB value is (179,135,157). Sum of RGB (Red+Green+Blue) = 179+135+157=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B3879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3879D is #4C7862. Grayscale: #969696. Windows color (decimal): -5011555 or 10323891. OLE color: 10323891.

HSL color Cylindrical-coordinate representation of color #B3879D: hue angle of 330º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3879D is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 157 -
CMYK 0 0.25 0.12 0.30
HSL 330º 0.22% 0.62% -
HSV(B) 330º 0.25% 0.7% -
XYZ 33.34 29.35 35.81 -
YUV 150.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 179 135 157 0 0.25 0.12 0.30 330 0.22 0.62
Hex B3 87 9D 0 19 C 1E 14A 16 3E
Octal 263 207 235 0 31 14 36 512 26 76
Binary 10110011 10000111 10011101 0 11001 1100 11110 101001010 10110 111110

Color Harmonies of #B3879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3879D

Black with #B3879D

Text Example


Text Example

White with #B3879D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3879D; }

 p { color: rgb(179,135,157); }

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

background-color css

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

 a { background-color: rgb(179,135,157); }

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

border-color css

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

 span { border-color: rgb(179,135,157); }

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