Html Css Color HEX #BE9292 Rosy Brown

📋 copy color: '#BE9292'

red 190 ◦ green 146 ◦ blue 146

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

Shades of Rosy Brown #BE9292

Tints of Rosy Brown #BE9292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 39.42%
G = 30.29%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE9292 (or 0xBE9292) is known color: Rosy Brown. HEX triplet: BE, 92 and 92. RGB value is (190,146,146). Sum of RGB (Red+Green+Blue) = 190+146+146=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9292 is #416D6D. Grayscale: #9F9F9F. Windows color (decimal): -4287854 or 9605822. OLE color: 9605822.

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

Color convert

RGB 190 146 146 -
CMYK 0 0.23 0.23 0.25
HSL 0.25% 0.66% -
HSV(B) 0.23% 0.75% -
XYZ 36.7 33.58 31.74 -
YUV 159.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 190 146 146 0 0.23 0.23 0.25 0 0.25 0.66
Hex BE 92 92 0 17 17 19 0 19 42
Octal 276 222 222 0 27 27 31 0 31 102
Binary 10111110 10010010 10010010 0 10111 10111 11001 0 11001 1000010

Color Harmonies of #BE9292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9292

Black with #BE9292

Text Example


Text Example

White with #BE9292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9292; }

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

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

background-color css

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

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

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

border-color css

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

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

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