Html Css Color HEX #BE8E8D Rosy Brown

📋 copy color: '#BE8E8D'

red 190 ◦ green 142 ◦ blue 141

#BE8E8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #BE8E8D

Tints of Rosy Brown #BE8E8D

RGB

 RED value IS 190 (74.61% from 255) = 40.17%

 GREEN value IS 142 (55.86% from 255) = 30.02%

 BLUE value IS 141 (55.47% from 255) = 29.81%

R = 40.17%
G = 30.02%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE8E8D (or 0xBE8E8D) is known color: Rosy Brown. HEX triplet: BE, 8E and 8D. RGB value is (190,142,141). Sum of RGB (Red+Green+Blue) = 190+142+141=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E8D is #417172. Grayscale: #9C9C9C. Windows color (decimal): -4288883 or 9277118. OLE color: 9277118.

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

Color convert

RGB 190 142 141 -
CMYK 0 0.25 0.26 0.25
HSL 1.22º 0.27% 0.65% -
HSV(B) 1.22º 0.26% 0.75% -
XYZ 35.72 32.22 29.54 -
YUV 156.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 190 142 141 0 0.25 0.26 0.25 1.22 0.27 0.65
Hex BE 8E 8D 0 19 1A 19 1 1B 41
Octal 276 216 215 0 31 32 31 1 33 101
Binary 10111110 10001110 10001101 0 11001 11010 11001 1 11011 1000001

Color Harmonies of #BE8E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E8D

Black with #BE8E8D

Text Example


Text Example

White with #BE8E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E8D; }

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

 H1.HeaderClassName
 {
   color: #BE8E8D;
 }
 .AnyTagClassName
 {
   color: #BE8E8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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