#B48B8A

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

Shades of Rosy Brown #B48B8A

Tints of Rosy Brown #B48B8A

Color information

#B48B8A (or 0xB48B8A) is unknown color: approx Rosy Brown. HEX triplet: B4, 8B and 8A. RGB value is (180,139,138). Sum of RGB (Red+Green+Blue) = 180+139+138=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B8A is #4B7475. Grayscale: #979797. Windows color (decimal): -4945014 or 9079732. OLE color: 9079732.

HSL color Cylindrical-coordinate representation of color #B48B8A: hue angle of 1.43º 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 #B48B8A is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB180139138-
CMYK00.230.230.29
HSL1.43º21.88%62.35%-
HSV(B)1.43º23.33%70.59%-
XYZ32.643028.12-
YUV151.14120.58148.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=39.39%
G=30.42%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013913800.230.230.291.4321.8862.35
HexB48B8A017171D1163e
Octal264213212027273512676
Binary1011010010001011100010100101111011111101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B8A; }

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

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

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

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

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

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

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

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