Html Css Color HEX #B07F9F Bouquet

📋 copy color: '#B07F9F'

red 176 ◦ green 127 ◦ blue 159

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

Shades of Bouquet #B07F9F

Tints of Bouquet #B07F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 27.49%

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

R = 38.1%
G = 27.49%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B07F9F (or 0xB07F9F) is known color: Bouquet. HEX triplet: B0, 7F and 9F. RGB value is (176,127,159). Sum of RGB (Red+Green+Blue) = 176+127+159=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F9F is #4F8060. Grayscale: #919191. Windows color (decimal): -5210209 or 10452912. OLE color: 10452912.

HSL color Cylindrical-coordinate representation of color #B07F9F: hue angle of 320.82º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07F9F is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 127 159 -
CMYK 0 0.28 0.10 0.31
HSL 320.82º 0.24% 0.59% -
HSV(B) 320.82º 0.28% 0.69% -
XYZ 31.75 26.91 36.32 -
YUV 145.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 176 127 159 0 0.28 0.10 0.31 320.82 0.24 0.59
Hex B0 7F 9F 0 1C A 1F 141 18 3B
Octal 260 177 237 0 34 12 37 501 30 73
Binary 10110000 1111111 10011111 0 11100 1010 11111 101000001 11000 111011

Color Harmonies of #B07F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F9F

Black with #B07F9F

Text Example


Text Example

White with #B07F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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