Html Css Color HEX #B37A9F Bouquet

📋 copy color: '#B37A9F'

red 179 ◦ green 122 ◦ blue 159

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

Shades of Bouquet #B37A9F

Tints of Bouquet #B37A9F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.52%

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

R = 38.91%
G = 26.52%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B37A9F (or 0xB37A9F) is known color: Bouquet. HEX triplet: B3, 7A and 9F. RGB value is (179,122,159). Sum of RGB (Red+Green+Blue) = 179+122+159=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37A9F is #4C8560. Grayscale: #8F8F8F. Windows color (decimal): -5014881 or 10451635. OLE color: 10451635.

HSL color Cylindrical-coordinate representation of color #B37A9F: hue angle of 321.05º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37A9F is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 122 159 -
CMYK 0 0.32 0.11 0.30
HSL 321.05º 0.27% 0.59% -
HSV(B) 321.05º 0.32% 0.7% -
XYZ 31.81 26.01 36.14 -
YUV 143.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 179 122 159 0 0.32 0.11 0.30 321.05 0.27 0.59
Hex B3 7A 9F 0 20 B 1E 141 1B 3B
Octal 263 172 237 0 40 13 36 501 33 73
Binary 10110011 1111010 10011111 0 100000 1011 11110 101000001 11011 111011

Color Harmonies of #B37A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A9F

Black with #B37A9F

Text Example


Text Example

White with #B37A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A9F; }

 p { color: rgb(179,122,159); }

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

background-color css

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

 a { background-color: rgb(179,122,159); }

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

border-color css

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

 span { border-color: rgb(179,122,159); }

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