Html Css Color HEX #B37AA8 Bouquet

📋 copy color: '#B37AA8'

red 179 ◦ green 122 ◦ blue 168

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

Shades of Bouquet #B37AA8

Tints of Bouquet #B37AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.82%

R = 38.17%
G = 26.01%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B37AA8 (or 0xB37AA8) is known color: Bouquet. HEX triplet: B3, 7A and A8. RGB value is (179,122,168). Sum of RGB (Red+Green+Blue) = 179+122+168=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AA8 is #4C8557. Grayscale: #909090. Windows color (decimal): -5014872 or 11041459. OLE color: 11041459.

HSL color Cylindrical-coordinate representation of color #B37AA8: hue angle of 311.58º 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 #B37AA8 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 122 168 -
CMYK 0 0.32 0.06 0.30
HSL 311.58º 0.27% 0.59% -
HSV(B) 311.58º 0.32% 0.7% -
XYZ 32.62 26.33 40.41 -
YUV 144.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 179 122 168 0 0.32 0.06 0.30 311.58 0.27 0.59
Hex B3 7A A8 0 20 6 1E 138 1B 3B
Octal 263 172 250 0 40 6 36 470 33 73
Binary 10110011 1111010 10101000 0 100000 110 11110 100111000 11011 111011

Color Harmonies of #B37AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AA8

Black with #B37AA8

Text Example


Text Example

White with #B37AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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