#B48C8A

Color #B48C8A Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #B48C8A

Tints of Rosy Brown #B48C8A

Color information

#B48C8A (or 0xB48C8A) is unknown color: approx Rosy Brown. HEX triplet: B4, 8C and 8A. RGB value is (180,140,138). Sum of RGB (Red+Green+Blue) = 180+140+138=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48C8A is #4B7375. Grayscale: #979797. Windows color (decimal): -4944758 or 9079988. OLE color: 9079988.

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

Color convert

RGB180140138-
CMYK00.220.230.29
HSL2.86º21.88%62.35%-
HSV(B)2.86º23.33%70.59%-
XYZ32.7930.2928.16-
YUV151.73120.25148.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=39.30%
G=30.57%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014013800.220.230.292.8621.8862.35
HexB48C8A016171D3163e
Octal264214212026273532676
Binary10110100100011001000101001011010111111011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C8A; }

 p { color: rgb(180,140,138); }

 H1.HeaderClassName
 {
   color: #B48C8A;
 }
 .AnyTagClassName
 {
   color: #B48C8A;
 }
</style>
background-color css

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

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

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

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

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

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