Html Css Color HEX #B37AA2 Bouquet

📋 copy color: '#B37AA2'

red 179 ◦ green 122 ◦ blue 162

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

Shades of Bouquet #B37AA2

Tints of Bouquet #B37AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 38.66%
G = 26.35%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B37AA2 (or 0xB37AA2) is known color: Bouquet. HEX triplet: B3, 7A and A2. RGB value is (179,122,162). Sum of RGB (Red+Green+Blue) = 179+122+162=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AA2 is #4C855D. Grayscale: #8F8F8F. Windows color (decimal): -5014878 or 10648243. OLE color: 10648243.

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

Color convert

RGB 179 122 162 -
CMYK 0 0.32 0.09 0.30
HSL 317.89º 0.27% 0.59% -
HSV(B) 317.89º 0.32% 0.7% -
XYZ 32.07 26.11 37.53 -
YUV 143.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 179 122 162 0 0.32 0.09 0.30 317.89 0.27 0.59
Hex B3 7A A2 0 20 9 1E 13E 1B 3B
Octal 263 172 242 0 40 11 36 476 33 73
Binary 10110011 1111010 10100010 0 100000 1001 11110 100111110 11011 111011

Color Harmonies of #B37AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AA2

Black with #B37AA2

Text Example


Text Example

White with #B37AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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