Html Css Color HEX #B18585 Rosy Brown

📋 copy color: '#B18585'

red 177 ◦ green 133 ◦ blue 133

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

Shades of Rosy Brown #B18585

Tints of Rosy Brown #B18585

RGB

 RED value IS 177 (69.53% from 255) = 39.95%

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

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

R = 39.95%
G = 30.02%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B18585 (or 0xB18585) is known color: Rosy Brown. HEX triplet: B1, 85 and 85. RGB value is (177,133,133). Sum of RGB (Red+Green+Blue) = 177+133+133=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B18585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18585 is #4E7A7A. Grayscale: #929292. Windows color (decimal): -5143163 or 8750513. OLE color: 8750513.

HSL color Cylindrical-coordinate representation of color #B18585: hue angle of 0º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18585 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 133 -
CMYK 0 0.25 0.25 0.31
HSL 0.22% 0.61% -
HSV(B) 0.25% 0.69% -
XYZ 30.75 27.82 25.94 -
YUV 146.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 177 133 133 0 0.25 0.25 0.31 0 0.22 0.61
Hex B1 85 85 0 19 19 1F 0 16 3D
Octal 261 205 205 0 31 31 37 0 26 75
Binary 10110001 10000101 10000101 0 11001 11001 11111 0 10110 111101

Color Harmonies of #B18585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18585

Black with #B18585

Text Example


Text Example

White with #B18585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18585; }

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

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

background-color css

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

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

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

border-color css

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

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

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