Html Css Color HEX #B674A6 Bouquet

📋 copy color: '#B674A6'

red 182 ◦ green 116 ◦ blue 166

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

Shades of Bouquet #B674A6

Tints of Bouquet #B674A6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 166 (65.23% from 255) = 35.78%

R = 39.22%
G = 25%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B674A6 (or 0xB674A6) is known color: Bouquet. HEX triplet: B6, 74 and A6. RGB value is (182,116,166). Sum of RGB (Red+Green+Blue) = 182+116+166=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B674A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B674A6 is #498B59. Grayscale: #8D8D8D. Windows color (decimal): -4819802 or 10908854. OLE color: 10908854.

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

Color convert

RGB 182 116 166 -
CMYK 0 0.36 0.09 0.29
HSL 314.55º 0.31% 0.58% -
HSV(B) 314.55º 0.36% 0.71% -
XYZ 32.42 25.19 39.23 -
YUV 141.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 182 116 166 0 0.36 0.09 0.29 314.55 0.31 0.58
Hex B6 74 A6 0 24 9 1D 13B 1F 3A
Octal 266 164 246 0 44 11 35 473 37 72
Binary 10110110 1110100 10100110 0 100100 1001 11101 100111011 11111 111010

Color Harmonies of #B674A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674A6

Black with #B674A6

Text Example


Text Example

White with #B674A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674A6; }

 p { color: rgb(182,116,166); }

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

background-color css

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

 a { background-color: rgb(182,116,166); }

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

border-color css

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

 span { border-color: rgb(182,116,166); }

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