Html Css Color HEX #B672AA Bouquet

📋 copy color: '#B672AA'

red 182 ◦ green 114 ◦ blue 170

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

Shades of Bouquet #B672AA

Tints of Bouquet #B672AA

RGB

 RED value IS 182 (71.48% from 255) = 39.06%

 GREEN value IS 114 (44.92% from 255) = 24.46%

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 39.06%
G = 24.46%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B672AA (or 0xB672AA) is known color: Bouquet. HEX triplet: B6, 72 and AA. RGB value is (182,114,170). Sum of RGB (Red+Green+Blue) = 182+114+170=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B672AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B672AA is #498D55. Grayscale: #8C8C8C. Windows color (decimal): -4820310 or 11170486. OLE color: 11170486.

HSL color Cylindrical-coordinate representation of color #B672AA: hue angle of 310.59º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B672AA is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 170 -
CMYK 0 0.37 0.07 0.29
HSL 310.59º 0.32% 0.58% -
HSV(B) 310.59º 0.37% 0.71% -
XYZ 32.56 24.88 41.12 -
YUV 140.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 182 114 170 0 0.37 0.07 0.29 310.59 0.32 0.58
Hex B6 72 AA 0 25 7 1D 137 20 3A
Octal 266 162 252 0 45 7 35 467 40 72
Binary 10110110 1110010 10101010 0 100101 111 11101 100110111 100000 111010

Color Harmonies of #B672AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672AA

Black with #B672AA

Text Example


Text Example

White with #B672AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672AA; }

 p { color: rgb(182,114,170); }

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

background-color css

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

 a { background-color: rgb(182,114,170); }

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

border-color css

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

 span { border-color: rgb(182,114,170); }

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