Html Css Color HEX #B98C8C Rosy Brown

📋 copy color: '#B98C8C'

red 185 ◦ green 140 ◦ blue 140

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

Shades of Rosy Brown #B98C8C

Tints of Rosy Brown #B98C8C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 39.78%
G = 30.11%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B98C8C (or 0xB98C8C) is known color: Rosy Brown. HEX triplet: B9, 8C and 8C. RGB value is (185,140,140). Sum of RGB (Red+Green+Blue) = 185+140+140=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98C8C is #467373. Grayscale: #999999. Windows color (decimal): -4617076 or 9211065. OLE color: 9211065.

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

Color convert

RGB 185 140 140 -
CMYK 0 0.24 0.24 0.27
HSL 0.24% 0.64% -
HSV(B) 0.24% 0.73% -
XYZ 34.12 30.96 28.99 -
YUV 153.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 185 140 140 0 0.24 0.24 0.27 0 0.24 0.64
Hex B9 8C 8C 0 18 18 1B 0 18 40
Octal 271 214 214 0 30 30 33 0 30 100
Binary 10111001 10001100 10001100 0 11000 11000 11011 0 11000 1000000

Color Harmonies of #B98C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C8C

Black with #B98C8C

Text Example


Text Example

White with #B98C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C8C; }

 p { color: rgb(185,140,140); }

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

background-color css

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

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

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

border-color css

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

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

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