Html Css Color HEX #BE9998 Rosy Brown

📋 copy color: '#BE9998'

red 190 ◦ green 153 ◦ blue 152

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

Shades of Rosy Brown #BE9998

Tints of Rosy Brown #BE9998

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.91%

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

R = 38.38%
G = 30.91%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE9998 (or 0xBE9998) is known color: Rosy Brown. HEX triplet: BE, 99 and 98. RGB value is (190,153,152). Sum of RGB (Red+Green+Blue) = 190+153+152=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9998 is #416667. Grayscale: #A3A3A3. Windows color (decimal): -4286056 or 10000830. OLE color: 10000830.

HSL color Cylindrical-coordinate representation of color #BE9998: hue angle of 1.58º 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 #BE9998 is Cyan = 0, Magento = 0.19, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 153 152 -
CMYK 0 0.19 0.2 0.25
HSL 1.58º 0.23% 0.67% -
HSV(B) 1.58º 0.2% 0.75% -
XYZ 38.29 36 34.64 -
YUV 163.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 190 153 152 0 0.19 0.2 0.25 1.58 0.23 0.67
Hex BE 99 98 0 13 14 19 2 17 43
Octal 276 231 230 0 23 24 31 2 27 103
Binary 10111110 10011001 10011000 0 10011 10100 11001 10 10111 1000011

Color Harmonies of #BE9998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9998

Black with #BE9998

Text Example


Text Example

White with #BE9998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9998; }

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

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

background-color css

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

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

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

border-color css

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

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

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