Html Css Color HEX #B0709F Bouquet

📋 copy color: '#B0709F'

red 176 ◦ green 112 ◦ blue 159

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

Shades of Bouquet #B0709F

Tints of Bouquet #B0709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 39.37%
G = 25.06%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0709F (or 0xB0709F) is known color: Bouquet. HEX triplet: B0, 70 and 9F. RGB value is (176,112,159). Sum of RGB (Red+Green+Blue) = 176+112+159=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0709F is #4F8F60. Grayscale: #888888. Windows color (decimal): -5214049 or 10449072. OLE color: 10449072.

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

Color convert

RGB 176 112 159 -
CMYK 0 0.36 0.10 0.31
HSL 315.94º 0.29% 0.56% -
HSV(B) 315.94º 0.36% 0.69% -
XYZ 29.96 23.32 35.72 -
YUV 136.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 176 112 159 0 0.36 0.10 0.31 315.94 0.29 0.56
Hex B0 70 9F 0 24 A 1F 13C 1D 38
Octal 260 160 237 0 44 12 37 474 35 70
Binary 10110000 1110000 10011111 0 100100 1010 11111 100111100 11101 111000

Color Harmonies of #B0709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0709F

Black with #B0709F

Text Example


Text Example

White with #B0709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0709F; }

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

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

background-color css

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

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

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

border-color css

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

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

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