Html Css Color HEX #B983A7 Bouquet

📋 copy color: '#B983A7'

red 185 ◦ green 131 ◦ blue 167

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

Shades of Bouquet #B983A7

Tints of Bouquet #B983A7

RGB

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

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

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

R = 38.3%
G = 27.12%
B = 34.58%

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

#B983A7 (or 0xB983A7) is known color: Bouquet. HEX triplet: B9, 83 and A7. RGB value is (185,131,167). Sum of RGB (Red+Green+Blue) = 185+131+167=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A7 is #467C58. Grayscale: #979797. Windows color (decimal): -4619353 or 10978233. OLE color: 10978233.

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

Color convert

RGB 185 131 167 -
CMYK 0 0.29 0.10 0.27
HSL 320º 0.28% 0.62% -
HSV(B) 320º 0.29% 0.73% -
XYZ 35.1 29.34 40.37 -
YUV 151.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 185 131 167 0 0.29 0.10 0.27 320 0.28 0.62
Hex B9 83 A7 0 1D A 1B 140 1C 3E
Octal 271 203 247 0 35 12 33 500 34 76
Binary 10111001 10000011 10100111 0 11101 1010 11011 101000000 11100 111110

Color Harmonies of #B983A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983A7

Black with #B983A7

Text Example


Text Example

White with #B983A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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