Html Css Color HEX #B0799C Bouquet

📋 copy color: '#B0799C'

red 176 ◦ green 121 ◦ blue 156

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

Shades of Bouquet #B0799C

Tints of Bouquet #B0799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.71%

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

R = 38.85%
G = 26.71%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0799C (or 0xB0799C) is known color: Bouquet. HEX triplet: B0, 79 and 9C. RGB value is (176,121,156). Sum of RGB (Red+Green+Blue) = 176+121+156=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0799C is #4F8663. Grayscale: #8D8D8D. Windows color (decimal): -5211748 or 10254768. OLE color: 10254768.

HSL color Cylindrical-coordinate representation of color #B0799C: hue angle of 321.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0799C is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 121 156 -
CMYK 0 0.31 0.11 0.31
HSL 321.82º 0.26% 0.58% -
HSV(B) 321.82º 0.31% 0.69% -
XYZ 30.74 25.31 34.72 -
YUV 141.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 176 121 156 0 0.31 0.11 0.31 321.82 0.26 0.58
Hex B0 79 9C 0 1F B 1F 142 1A 3A
Octal 260 171 234 0 37 13 37 502 32 72
Binary 10110000 1111001 10011100 0 11111 1011 11111 101000010 11010 111010

Color Harmonies of #B0799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0799C

Black with #B0799C

Text Example


Text Example

White with #B0799C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0799C; }

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

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

background-color css

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

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

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

border-color css

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

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

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