Html Css Color HEX #B983A6 Bouquet

📋 copy color: '#B983A6'

red 185 ◦ green 131 ◦ blue 166

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

Shades of Bouquet #B983A6

Tints of Bouquet #B983A6

RGB

 RED value IS 185 (72.66% from 255) = 38.38%

 GREEN value IS 131 (51.56% from 255) = 27.18%

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

R = 38.38%
G = 27.18%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B983A6 (or 0xB983A6) is known color: Bouquet. HEX triplet: B9, 83 and A6. RGB value is (185,131,166). Sum of RGB (Red+Green+Blue) = 185+131+166=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A6 is #467C59. Grayscale: #979797. Windows color (decimal): -4619354 or 10912697. OLE color: 10912697.

HSL color Cylindrical-coordinate representation of color #B983A6: hue angle of 321.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B983A6 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 166 -
CMYK 0 0.29 0.10 0.27
HSL 321.11º 0.28% 0.62% -
HSV(B) 321.11º 0.29% 0.73% -
XYZ 35.01 29.3 39.89 -
YUV 151.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 185 131 166 0 0.29 0.10 0.27 321.11 0.28 0.62
Hex B9 83 A6 0 1D A 1B 141 1C 3E
Octal 271 203 246 0 35 12 33 501 34 76
Binary 10111001 10000011 10100110 0 11101 1010 11011 101000001 11100 111110

Color Harmonies of #B983A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983A6

Black with #B983A6

Text Example


Text Example

White with #B983A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983A6; }

 p { color: rgb(185,131,166); }

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

background-color css

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

 a { background-color: rgb(185,131,166); }

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

border-color css

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

 span { border-color: rgb(185,131,166); }

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