Html Css Color HEX #B672AC Bouquet

📋 copy color: '#B672AC'

red 182 ◦ green 114 ◦ blue 172

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

Shades of Bouquet #B672AC

Tints of Bouquet #B672AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 38.89%
G = 24.36%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B672AC (or 0xB672AC) is known color: Bouquet. HEX triplet: B6, 72 and AC. RGB value is (182,114,172). Sum of RGB (Red+Green+Blue) = 182+114+172=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B672AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B672AC is #498D53. Grayscale: #8C8C8C. Windows color (decimal): -4820308 or 11301558. OLE color: 11301558.

HSL color Cylindrical-coordinate representation of color #B672AC: hue angle of 308.82º 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 #B672AC is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 172 -
CMYK 0 0.37 0.05 0.29
HSL 308.82º 0.32% 0.58% -
HSV(B) 308.82º 0.37% 0.71% -
XYZ 32.76 24.96 42.12 -
YUV 140.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 182 114 172 0 0.37 0.05 0.29 308.82 0.32 0.58
Hex B6 72 AC 0 25 5 1D 135 20 3A
Octal 266 162 254 0 45 5 35 465 40 72
Binary 10110110 1110010 10101100 0 100101 101 11101 100110101 100000 111010

Color Harmonies of #B672AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672AC

Black with #B672AC

Text Example


Text Example

White with #B672AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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