#B78E8C

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

Shades of Rosy Brown #B78E8C

Tints of Rosy Brown #B78E8C

Color information

#B78E8C (or 0xB78E8C) is unknown color: approx Rosy Brown. HEX triplet: B7, 8E and 8C. RGB value is (183,142,140). Sum of RGB (Red+Green+Blue) = 183+142+140=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78E8C is #487173. Grayscale: #9A9A9A. Windows color (decimal): -4747636 or 9211575. OLE color: 9211575.

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

Color convert

RGB183142140-
CMYK00.220.230.28
HSL2.79º22.99%63.33%-
HSV(B)2.79º23.5%71.76%-
XYZ33.9431.3129.07-
YUV154.03120.08148.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=39.35%
G=30.54%
B=30.11%

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
Decimal18314214000.220.230.282.7922.9963.33
HexB78E8C016171C3173f
Octal267216214026273432777
Binary10110111100011101000110001011010111111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78E8C; }

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

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

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

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

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

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

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

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