#B78383

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

Shades of Rosy Brown #B78383

Tints of Rosy Brown #B78383

Color information

#B78383 (or 0xB78383) is unknown color: approx Rosy Brown. HEX triplet: B7, 83 and 83. RGB value is (183,131,131). Sum of RGB (Red+Green+Blue) = 183+131+131=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B78383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78383 is #487C7C. Grayscale: #929292. Windows color (decimal): -4750461 or 8618935. OLE color: 8618935.

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

Color convert

RGB183131131-
CMYK00.280.280.28
HSL26.53%61.57%-
HSV(B)28.42%71.76%-
XYZ31.7427.9425.19-
YUV146.55119.23154-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=41.12%
G=29.44%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313113100.280.280.28026.5361.57
HexB7838301C1C1C01b3e
Octal267203203034343403376
Binary1011011110000011100000110111001110011100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78383; }

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

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

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

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

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

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

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

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