Html Css Color HEX #B98D8A Rosy Brown

📋 copy color: '#B98D8A'

red 185 ◦ green 141 ◦ blue 138

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

Shades of Rosy Brown #B98D8A

Tints of Rosy Brown #B98D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 39.87%
G = 30.39%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B98D8A (or 0xB98D8A) is known color: Rosy Brown. HEX triplet: B9, 8D and 8A. RGB value is (185,141,138). Sum of RGB (Red+Green+Blue) = 185+141+138=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D8A is #467275. Grayscale: #999999. Windows color (decimal): -4616822 or 9080249. OLE color: 9080249.

HSL color Cylindrical-coordinate representation of color #B98D8A: hue angle of 3.83º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98D8A is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 141 138 -
CMYK 0 0.24 0.25 0.27
HSL 3.83º 0.25% 0.63% -
HSV(B) 3.83º 0.25% 0.73% -
XYZ 34.12 31.2 28.27 -
YUV 153.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 185 141 138 0 0.24 0.25 0.27 3.83 0.25 0.63
Hex B9 8D 8A 0 18 19 1B 4 19 3F
Octal 271 215 212 0 30 31 33 4 31 77
Binary 10111001 10001101 10001010 0 11000 11001 11011 100 11001 111111

Color Harmonies of #B98D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98D8A

Black with #B98D8A

Text Example


Text Example

White with #B98D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98D8A; }

 p { color: rgb(185,141,138); }

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

background-color css

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

 a { background-color: rgb(185,141,138); }

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

border-color css

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

 span { border-color: rgb(185,141,138); }

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