Html Css Color HEX #B37F9A Bouquet

📋 copy color: '#B37F9A'

red 179 ◦ green 127 ◦ blue 154

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

Shades of Bouquet #B37F9A

Tints of Bouquet #B37F9A

RGB

 RED value IS 179 (70.31% from 255) = 38.91%

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

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

R = 38.91%
G = 27.61%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B37F9A (or 0xB37F9A) is known color: Bouquet. HEX triplet: B3, 7F and 9A. RGB value is (179,127,154). Sum of RGB (Red+Green+Blue) = 179+127+154=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F9A is #4C8065. Grayscale: #919191. Windows color (decimal): -5013606 or 10125235. OLE color: 10125235.

HSL color Cylindrical-coordinate representation of color #B37F9A: hue angle of 328.85º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37F9A is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 127 154 -
CMYK 0 0.29 0.14 0.30
HSL 328.85º 0.25% 0.6% -
HSV(B) 328.85º 0.29% 0.7% -
XYZ 32.01 27.1 34.11 -
YUV 145.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 179 127 154 0 0.29 0.14 0.30 328.85 0.25 0.6
Hex B3 7F 9A 0 1D E 1E 149 19 3C
Octal 263 177 232 0 35 16 36 511 31 74
Binary 10110011 1111111 10011010 0 11101 1110 11110 101001001 11001 111100

Color Harmonies of #B37F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F9A

Black with #B37F9A

Text Example


Text Example

White with #B37F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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