Html Css Color HEX #B0709A Bouquet

📋 copy color: '#B0709A'

red 176 ◦ green 112 ◦ blue 154

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

Shades of Bouquet #B0709A

Tints of Bouquet #B0709A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.84%

R = 39.82%
G = 25.34%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0709A (or 0xB0709A) is known color: Bouquet. HEX triplet: B0, 70 and 9A. RGB value is (176,112,154). Sum of RGB (Red+Green+Blue) = 176+112+154=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B0709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0709A is #4F8F65. Grayscale: #878787. Windows color (decimal): -5214054 or 10121392. OLE color: 10121392.

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

Color convert

RGB 176 112 154 -
CMYK 0 0.36 0.12 0.31
HSL 320.63º 0.29% 0.56% -
HSV(B) 320.63º 0.36% 0.69% -
XYZ 29.53 23.15 33.48 -
YUV 135.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 176 112 154 0 0.36 0.12 0.31 320.63 0.29 0.56
Hex B0 70 9A 0 24 C 1F 141 1D 38
Octal 260 160 232 0 44 14 37 501 35 70
Binary 10110000 1110000 10011010 0 100100 1100 11111 101000001 11101 111000

Color Harmonies of #B0709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0709A

Black with #B0709A

Text Example


Text Example

White with #B0709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0709A; }

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

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

background-color css

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

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

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

border-color css

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

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

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