Html Css Color HEX #B0869B Bouquet

📋 copy color: '#B0869B'

red 176 ◦ green 134 ◦ blue 155

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

Shades of Bouquet #B0869B

Tints of Bouquet #B0869B

RGB

 RED value IS 176 (69.14% from 255) = 37.85%

 GREEN value IS 134 (52.73% from 255) = 28.82%

 BLUE value IS 155 (60.94% from 255) = 33.33%

R = 37.85%
G = 28.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0869B (or 0xB0869B) is known color: Bouquet. HEX triplet: B0, 86 and 9B. RGB value is (176,134,155). Sum of RGB (Red+Green+Blue) = 176+134+155=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0869B is #4F7964. Grayscale: #949494. Windows color (decimal): -5208421 or 10192560. OLE color: 10192560.

HSL color Cylindrical-coordinate representation of color #B0869B: hue angle of 330º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0869B is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 134 155 -
CMYK 0 0.24 0.12 0.31
HSL 330º 0.21% 0.61% -
HSV(B) 330º 0.24% 0.69% -
XYZ 32.35 28.65 34.83 -
YUV 148.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 176 134 155 0 0.24 0.12 0.31 330 0.21 0.61
Hex B0 86 9B 0 18 C 1F 14A 15 3D
Octal 260 206 233 0 30 14 37 512 25 75
Binary 10110000 10000110 10011011 0 11000 1100 11111 101001010 10101 111101

Color Harmonies of #B0869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0869B

Black with #B0869B

Text Example


Text Example

White with #B0869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0869B; }

 p { color: rgb(176,134,155); }

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

background-color css

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

 a { background-color: rgb(176,134,155); }

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

border-color css

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

 span { border-color: rgb(176,134,155); }

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