#BE8C8A

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

Shades of Rosy Brown #BE8C8A

Tints of Rosy Brown #BE8C8A

Color information

#BE8C8A (or 0xBE8C8A) is unknown color: approx Rosy Brown. HEX triplet: BE, 8C and 8A. RGB value is (190,140,138). Sum of RGB (Red+Green+Blue) = 190+140+138=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C8A is #417375. Grayscale: #9A9A9A. Windows color (decimal): -4289398 or 9079998. OLE color: 9079998.

HSL color Cylindrical-coordinate representation of color #BE8C8A: hue angle of 2.31º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8C8A is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB190140138-
CMYK00.260.270.25
HSL2.31º28.57%64.31%-
HSV(B)2.31º27.37%74.51%-
XYZ35.231.5428.28-
YUV154.72118.56153.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=40.60%
G=29.91%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014013800.260.270.252.3128.5764.31
HexBE8C8A01A1B1921d40
Octal2762142120323331235100
Binary101111101000110010001010011010110111100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C8A; }

 p { color: rgb(190,140,138); }

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

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

 a { background-color: rgb(190,140,138); }

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

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

 span { border-color: rgb(190,140,138); }

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