Html Css Color HEX #B98290 Puce

📋 copy color: '#B98290'

red 185 ◦ green 130 ◦ blue 144

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

Shades of Puce #B98290

Tints of Puce #B98290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 40.31%
G = 28.32%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B98290 (or 0xB98290) is known color: Puce. HEX triplet: B9, 82 and 90. RGB value is (185,130,144). Sum of RGB (Red+Green+Blue) = 185+130+144=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B98290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98290 is #467D6F. Grayscale: #949494. Windows color (decimal): -4619632 or 9470649. OLE color: 9470649.

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

Color convert

RGB 185 130 144 -
CMYK 0 0.30 0.22 0.27
HSL 344.73º 0.28% 0.62% -
HSV(B) 344.73º 0.3% 0.73% -
XYZ 33.02 28.29 30.11 -
YUV 148.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 185 130 144 0 0.30 0.22 0.27 344.73 0.28 0.62
Hex B9 82 90 0 1E 16 1B 159 1C 3E
Octal 271 202 220 0 36 26 33 531 34 76
Binary 10111001 10000010 10010000 0 11110 10110 11011 101011001 11100 111110

Color Harmonies of #B98290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98290

Black with #B98290

Text Example


Text Example

White with #B98290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98290; }

 p { color: rgb(185,130,144); }

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

background-color css

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

 a { background-color: rgb(185,130,144); }

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

border-color css

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

 span { border-color: rgb(185,130,144); }

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