#B78D8A

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

Shades of Rosy Brown #B78D8A

Tints of Rosy Brown #B78D8A

Color information

#B78D8A (or 0xB78D8A) is unknown color: approx Rosy Brown. HEX triplet: B7, 8D and 8A. RGB value is (183,141,138). Sum of RGB (Red+Green+Blue) = 183+141+138=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78D8A is #487275. Grayscale: #999999. Windows color (decimal): -4747894 or 9080247. OLE color: 9080247.

HSL color Cylindrical-coordinate representation of color #B78D8A: hue angle of 4º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78D8A is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB183141138-
CMYK00.230.250.28
HSL23.81%62.94%-
HSV(B)24.59%71.76%-
XYZ33.6430.9528.25-
YUV153.22119.41149.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=39.61%
G=30.52%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314113800.230.250.28423.8162.94
HexB78D8A017191C4183f
Octal267215212027313443077
Binary101101111000110110001010010111110011110010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D8A; }

 p { color: rgb(183,141,138); }

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

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

 a { background-color: rgb(183,141,138); }

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

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

 span { border-color: rgb(183,141,138); }

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