Html Css Color HEX #B681A6 Bouquet

📋 copy color: '#B681A6'

red 182 ◦ green 129 ◦ blue 166

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

Shades of Bouquet #B681A6

Tints of Bouquet #B681A6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.04%

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

R = 38.16%
G = 27.04%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B681A6 (or 0xB681A6) is known color: Bouquet. HEX triplet: B6, 81 and A6. RGB value is (182,129,166). Sum of RGB (Red+Green+Blue) = 182+129+166=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B681A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681A6 is #497E59. Grayscale: #949494. Windows color (decimal): -4816474 or 10912182. OLE color: 10912182.

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

Color convert

RGB 182 129 166 -
CMYK 0 0.29 0.09 0.29
HSL 318.11º 0.27% 0.61% -
HSV(B) 318.11º 0.29% 0.71% -
XYZ 34.02 28.4 39.76 -
YUV 149.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 182 129 166 0 0.29 0.09 0.29 318.11 0.27 0.61
Hex B6 81 A6 0 1D 9 1D 13E 1B 3D
Octal 266 201 246 0 35 11 35 476 33 75
Binary 10110110 10000001 10100110 0 11101 1001 11101 100111110 11011 111101

Color Harmonies of #B681A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B681A6

Black with #B681A6

Text Example


Text Example

White with #B681A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B681A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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