Html Css Color HEX #B07F94 Bouquet

📋 copy color: '#B07F94'

red 176 ◦ green 127 ◦ blue 148

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

Shades of Bouquet #B07F94

Tints of Bouquet #B07F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.82%

R = 39.02%
G = 28.16%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B07F94 (or 0xB07F94) is known color: Bouquet. HEX triplet: B0, 7F and 94. RGB value is (176,127,148). Sum of RGB (Red+Green+Blue) = 176+127+148=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F94 is #4F806B. Grayscale: #909090. Windows color (decimal): -5210220 or 9732016. OLE color: 9732016.

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

Color convert

RGB 176 127 148 -
CMYK 0 0.28 0.16 0.31
HSL 334.29º 0.24% 0.59% -
HSV(B) 334.29º 0.28% 0.69% -
XYZ 30.84 26.55 31.52 -
YUV 144.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 176 127 148 0 0.28 0.16 0.31 334.29 0.24 0.59
Hex B0 7F 94 0 1C 10 1F 14E 18 3B
Octal 260 177 224 0 34 20 37 516 30 73
Binary 10110000 1111111 10010100 0 11100 10000 11111 101001110 11000 111011

Color Harmonies of #B07F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F94

Black with #B07F94

Text Example


Text Example

White with #B07F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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