Html Css Color HEX #B98585 Rosy Brown

📋 copy color: '#B98585'

red 185 ◦ green 133 ◦ blue 133

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

Shades of Rosy Brown #B98585

Tints of Rosy Brown #B98585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 41.02%
G = 29.49%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B98585 (or 0xB98585) is known color: Rosy Brown. HEX triplet: B9, 85 and 85. RGB value is (185,133,133). Sum of RGB (Red+Green+Blue) = 185+133+133=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B98585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98585 is #467A7A. Grayscale: #949494. Windows color (decimal): -4618875 or 8750521. OLE color: 8750521.

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

Color convert

RGB 185 133 133 -
CMYK 0 0.28 0.28 0.27
HSL 0.27% 0.62% -
HSV(B) 0.28% 0.73% -
XYZ 32.63 28.78 26.03 -
YUV 148.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 185 133 133 0 0.28 0.28 0.27 0 0.27 0.62
Hex B9 85 85 0 1C 1C 1B 0 1B 3E
Octal 271 205 205 0 34 34 33 0 33 76
Binary 10111001 10000101 10000101 0 11100 11100 11011 0 11011 111110

Color Harmonies of #B98585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98585

Black with #B98585

Text Example


Text Example

White with #B98585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98585; }

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

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

background-color css

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

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

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

border-color css

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

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

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