Html Css Color HEX #B681A7 Bouquet

📋 copy color: '#B681A7'

red 182 ◦ green 129 ◦ blue 167

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

Shades of Bouquet #B681A7

Tints of Bouquet #B681A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.94%

R = 38.08%
G = 26.99%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B681A7 (or 0xB681A7) is known color: Bouquet. HEX triplet: B6, 81 and A7. RGB value is (182,129,167). Sum of RGB (Red+Green+Blue) = 182+129+167=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B681A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681A7 is #497E58. Grayscale: #959595. Windows color (decimal): -4816473 or 10977718. OLE color: 10977718.

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

Color convert

RGB 182 129 167 -
CMYK 0 0.29 0.08 0.29
HSL 316.98º 0.27% 0.61% -
HSV(B) 316.98º 0.29% 0.71% -
XYZ 34.12 28.44 40.25 -
YUV 149.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 182 129 167 0 0.29 0.08 0.29 316.98 0.27 0.61
Hex B6 81 A7 0 1D 8 1D 13D 1B 3D
Octal 266 201 247 0 35 10 35 475 33 75
Binary 10110110 10000001 10100111 0 11101 1000 11101 100111101 11011 111101

Color Harmonies of #B681A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B681A7

Black with #B681A7

Text Example


Text Example

White with #B681A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B681A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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