Html Css Color HEX #B07F9A Bouquet

📋 copy color: '#B07F9A'

red 176 ◦ green 127 ◦ blue 154

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

Shades of Bouquet #B07F9A

Tints of Bouquet #B07F9A

RGB

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

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

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

R = 38.51%
G = 27.79%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B07F9A (or 0xB07F9A) is known color: Bouquet. HEX triplet: B0, 7F and 9A. RGB value is (176,127,154). Sum of RGB (Red+Green+Blue) = 176+127+154=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F9A is #4F8065. Grayscale: #909090. Windows color (decimal): -5210214 or 10125232. OLE color: 10125232.

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

Color convert

RGB 176 127 154 -
CMYK 0 0.28 0.12 0.31
HSL 326.94º 0.24% 0.59% -
HSV(B) 326.94º 0.28% 0.69% -
XYZ 31.33 26.74 34.08 -
YUV 144.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 176 127 154 0 0.28 0.12 0.31 326.94 0.24 0.59
Hex B0 7F 9A 0 1C C 1F 147 18 3B
Octal 260 177 232 0 34 14 37 507 30 73
Binary 10110000 1111111 10011010 0 11100 1100 11111 101000111 11000 111011

Color Harmonies of #B07F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F9A

Black with #B07F9A

Text Example


Text Example

White with #B07F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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