Html Css Color HEX #BE8D8B Rosy Brown

📋 copy color: '#BE8D8B'

red 190 ◦ green 141 ◦ blue 139

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

Shades of Rosy Brown #BE8D8B

Tints of Rosy Brown #BE8D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 40.43%
G = 30%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE8D8B (or 0xBE8D8B) is known color: Rosy Brown. HEX triplet: BE, 8D and 8B. RGB value is (190,141,139). Sum of RGB (Red+Green+Blue) = 190+141+139=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8D8B is #417274. Grayscale: #9B9B9B. Windows color (decimal): -4289141 or 9145790. OLE color: 9145790.

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

Color convert

RGB 190 141 139 -
CMYK 0 0.26 0.27 0.25
HSL 2.35º 0.28% 0.65% -
HSV(B) 2.35º 0.27% 0.75% -
XYZ 35.42 31.86 28.71 -
YUV 155.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 190 141 139 0 0.26 0.27 0.25 2.35 0.28 0.65
Hex BE 8D 8B 0 1A 1B 19 2 1C 41
Octal 276 215 213 0 32 33 31 2 34 101
Binary 10111110 10001101 10001011 0 11010 11011 11001 10 11100 1000001

Color Harmonies of #BE8D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D8B

Black with #BE8D8B

Text Example


Text Example

White with #BE8D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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