Html Css Color HEX #B07F93 Bouquet

📋 copy color: '#B07F93'

red 176 ◦ green 127 ◦ blue 147

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

Shades of Bouquet #B07F93

Tints of Bouquet #B07F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 39.11%
G = 28.22%
B = 32.67%

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

#B07F93 (or 0xB07F93) is known color: Bouquet. HEX triplet: B0, 7F and 93. RGB value is (176,127,147). Sum of RGB (Red+Green+Blue) = 176+127+147=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F93 is #4F806C. Grayscale: #8F8F8F. Windows color (decimal): -5210221 or 9666480. OLE color: 9666480.

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

Color convert

RGB 176 127 147 -
CMYK 0 0.28 0.16 0.31
HSL 335.51º 0.24% 0.59% -
HSV(B) 335.51º 0.28% 0.69% -
XYZ 30.76 26.52 31.1 -
YUV 143.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 176 127 147 0 0.28 0.16 0.31 335.51 0.24 0.59
Hex B0 7F 93 0 1C 10 1F 150 18 3B
Octal 260 177 223 0 34 20 37 520 30 73
Binary 10110000 1111111 10010011 0 11100 10000 11111 101010000 11000 111011

Color Harmonies of #B07F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F93

Black with #B07F93

Text Example


Text Example

White with #B07F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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