#B78E8D

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

Shades of Rosy Brown #B78E8D

Tints of Rosy Brown #B78E8D

Color information

#B78E8D (or 0xB78E8D) is unknown color: approx Rosy Brown. HEX triplet: B7, 8E and 8D. RGB value is (183,142,141). Sum of RGB (Red+Green+Blue) = 183+142+141=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78E8D is #487172. Grayscale: #9A9A9A. Windows color (decimal): -4747635 or 9277111. OLE color: 9277111.

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

Color convert

RGB183142141-
CMYK00.220.230.28
HSL1.43º22.58%63.53%-
HSV(B)1.43º22.95%71.76%-
XYZ34.0131.3429.46-
YUV154.15120.58148.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=39.27%
G=30.47%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314214100.220.230.281.4322.5863.53
HexB78E8D016171C11740
Octal2672162150262734127100
Binary10110111100011101000110101011010111111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78E8D; }

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

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

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

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

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

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

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

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