Html Css Color HEX #BE928E Rosy Brown

📋 copy color: '#BE928E'

red 190 ◦ green 146 ◦ blue 142

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

Shades of Rosy Brown #BE928E

Tints of Rosy Brown #BE928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.54%

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 39.75%
G = 30.54%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE928E (or 0xBE928E) is known color: Rosy Brown. HEX triplet: BE, 92 and 8E. RGB value is (190,146,142). Sum of RGB (Red+Green+Blue) = 190+146+142=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE928E is #416D71. Grayscale: #9E9E9E. Windows color (decimal): -4287858 or 9343678. OLE color: 9343678.

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

Color convert

RGB 190 146 142 -
CMYK 0 0.23 0.25 0.25
HSL 0.27% 0.65% -
HSV(B) 0.25% 0.75% -
XYZ 36.4 33.46 30.13 -
YUV 158.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 190 146 142 0 0.23 0.25 0.25 5 0.27 0.65
Hex BE 92 8E 0 17 19 19 5 1B 41
Octal 276 222 216 0 27 31 31 5 33 101
Binary 10111110 10010010 10001110 0 10111 11001 11001 101 11011 1000001

Color Harmonies of #BE928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE928E

Black with #BE928E

Text Example


Text Example

White with #BE928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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