#B78F8F

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

Shades of Rosy Brown #B78F8F

Tints of Rosy Brown #B78F8F

Color information

#B78F8F (or 0xB78F8F) is unknown color: approx Rosy Brown. HEX triplet: B7, 8F and 8F. RGB value is (183,143,143). Sum of RGB (Red+Green+Blue) = 183+143+143=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78F8F is #487070. Grayscale: #9A9A9A. Windows color (decimal): -4747377 or 9408439. OLE color: 9408439.

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

Color convert

RGB183143143-
CMYK00.220.220.28
HSL21.74%63.92%-
HSV(B)21.86%71.76%-
XYZ34.3131.730.3-
YUV154.96121.25148-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=39.02%
G=30.49%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314314300.220.220.28021.7463.92
HexB78F8F016161C01640
Octal2672172170262634026100
Binary10110111100011111000111101011010110111000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F8F; }

 p { color: rgb(183,143,143); }

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

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

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

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

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

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

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