Html Css Color HEX #BE9A97 Rosy Brown

📋 copy color: '#BE9A97'

red 190 ◦ green 154 ◦ blue 151

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

Shades of Rosy Brown #BE9A97

Tints of Rosy Brown #BE9A97

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 151 (59.38% from 255) = 30.51%

R = 38.38%
G = 31.11%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE9A97 (or 0xBE9A97) is known color: Rosy Brown. HEX triplet: BE, 9A and 97. RGB value is (190,154,151). Sum of RGB (Red+Green+Blue) = 190+154+151=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A97 is #416568. Grayscale: #A4A4A4. Windows color (decimal): -4285801 or 9935550. OLE color: 9935550.

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

Color convert

RGB 190 154 151 -
CMYK 0 0.19 0.21 0.25
HSL 4.62º 0.23% 0.67% -
HSV(B) 4.62º 0.21% 0.75% -
XYZ 38.38 36.29 34.26 -
YUV 164.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 190 154 151 0 0.19 0.21 0.25 4.62 0.23 0.67
Hex BE 9A 97 0 13 15 19 5 17 43
Octal 276 232 227 0 23 25 31 5 27 103
Binary 10111110 10011010 10010111 0 10011 10101 11001 101 10111 1000011

Color Harmonies of #BE9A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A97

Black with #BE9A97

Text Example


Text Example

White with #BE9A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A97; }

 p { color: rgb(190,154,151); }

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

background-color css

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

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

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

border-color css

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

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

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