Html Css Color HEX #B0709C Bouquet

📋 copy color: '#B0709C'

red 176 ◦ green 112 ◦ blue 156

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

Shades of Bouquet #B0709C

Tints of Bouquet #B0709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.23%

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

R = 39.64%
G = 25.23%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0709C (or 0xB0709C) is known color: Bouquet. HEX triplet: B0, 70 and 9C. RGB value is (176,112,156). Sum of RGB (Red+Green+Blue) = 176+112+156=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B0709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0709C is #4F8F63. Grayscale: #888888. Windows color (decimal): -5214052 or 10252464. OLE color: 10252464.

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

Color convert

RGB 176 112 156 -
CMYK 0 0.36 0.11 0.31
HSL 318.75º 0.29% 0.56% -
HSV(B) 318.75º 0.36% 0.69% -
XYZ 29.7 23.22 34.37 -
YUV 136.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 176 112 156 0 0.36 0.11 0.31 318.75 0.29 0.56
Hex B0 70 9C 0 24 B 1F 13F 1D 38
Octal 260 160 234 0 44 13 37 477 35 70
Binary 10110000 1110000 10011100 0 100100 1011 11111 100111111 11101 111000

Color Harmonies of #B0709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0709C

Black with #B0709C

Text Example


Text Example

White with #B0709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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