Html Css Color HEX #BE9898 Rosy Brown

📋 copy color: '#BE9898'

red 190 ◦ green 152 ◦ blue 152

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

Shades of Rosy Brown #BE9898

Tints of Rosy Brown #BE9898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.77%

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 38.46%
G = 30.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE9898 (or 0xBE9898) is known color: Rosy Brown. HEX triplet: BE, 98 and 98. RGB value is (190,152,152). Sum of RGB (Red+Green+Blue) = 190+152+152=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9898 is #416767. Grayscale: #A3A3A3. Windows color (decimal): -4286312 or 10000574. OLE color: 10000574.

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

Color convert

RGB 190 152 152 -
CMYK 0 0.2 0.2 0.25
HSL 0.23% 0.67% -
HSV(B) 0.2% 0.75% -
XYZ 38.13 35.67 34.58 -
YUV 163.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 190 152 152 0 0.2 0.2 0.25 0 0.23 0.67
Hex BE 98 98 0 14 14 19 0 17 43
Octal 276 230 230 0 24 24 31 0 27 103
Binary 10111110 10011000 10011000 0 10100 10100 11001 0 10111 1000011

Color Harmonies of #BE9898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9898

Black with #BE9898

Text Example


Text Example

White with #BE9898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9898; }

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

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

background-color css

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

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

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

border-color css

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

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

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