Html Css Color HEX #B0869C Bouquet

📋 copy color: '#B0869C'

red 176 ◦ green 134 ◦ blue 156

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

Shades of Bouquet #B0869C

Tints of Bouquet #B0869C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 37.77%
G = 28.76%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0869C (or 0xB0869C) is known color: Bouquet. HEX triplet: B0, 86 and 9C. RGB value is (176,134,156). Sum of RGB (Red+Green+Blue) = 176+134+156=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0869C is #4F7963. Grayscale: #959595. Windows color (decimal): -5208420 or 10258096. OLE color: 10258096.

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

Color convert

RGB 176 134 156 -
CMYK 0 0.24 0.11 0.31
HSL 328.57º 0.21% 0.61% -
HSV(B) 328.57º 0.24% 0.69% -
XYZ 32.43 28.68 35.28 -
YUV 149.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 176 134 156 0 0.24 0.11 0.31 328.57 0.21 0.61
Hex B0 86 9C 0 18 B 1F 149 15 3D
Octal 260 206 234 0 30 13 37 511 25 75
Binary 10110000 10000110 10011100 0 11000 1011 11111 101001001 10101 111101

Color Harmonies of #B0869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0869C

Black with #B0869C

Text Example


Text Example

White with #B0869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0869C; }

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

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

background-color css

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

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

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

border-color css

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

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

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