Html Css Color HEX #B983A5 Bouquet

📋 copy color: '#B983A5'

red 185 ◦ green 131 ◦ blue 165

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

Shades of Bouquet #B983A5

Tints of Bouquet #B983A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 38.46%
G = 27.23%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B983A5 (or 0xB983A5) is known color: Bouquet. HEX triplet: B9, 83 and A5. RGB value is (185,131,165). Sum of RGB (Red+Green+Blue) = 185+131+165=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A5 is #467C5A. Grayscale: #969696. Windows color (decimal): -4619355 or 10847161. OLE color: 10847161.

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

Color convert

RGB 185 131 165 -
CMYK 0 0.29 0.11 0.27
HSL 322.22º 0.28% 0.62% -
HSV(B) 322.22º 0.29% 0.73% -
XYZ 34.92 29.26 39.41 -
YUV 151.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 185 131 165 0 0.29 0.11 0.27 322.22 0.28 0.62
Hex B9 83 A5 0 1D B 1B 142 1C 3E
Octal 271 203 245 0 35 13 33 502 34 76
Binary 10111001 10000011 10100101 0 11101 1011 11011 101000010 11100 111110

Color Harmonies of #B983A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983A5

Black with #B983A5

Text Example


Text Example

White with #B983A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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