Html Css Color HEX #BE9694 Rosy Brown

📋 copy color: '#BE9694'

red 190 ◦ green 150 ◦ blue 148

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

Shades of Rosy Brown #BE9694

Tints of Rosy Brown #BE9694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 38.93%
G = 30.74%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE9694 (or 0xBE9694) is known color: Rosy Brown. HEX triplet: BE, 96 and 94. RGB value is (190,150,148). Sum of RGB (Red+Green+Blue) = 190+150+148=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9694 is #41696B. Grayscale: #A1A1A1. Windows color (decimal): -4286828 or 9737918. OLE color: 9737918.

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

Color convert

RGB 190 150 148 -
CMYK 0 0.21 0.22 0.25
HSL 2.86º 0.24% 0.66% -
HSV(B) 2.86º 0.22% 0.75% -
XYZ 37.49 34.9 32.78 -
YUV 161.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 190 150 148 0 0.21 0.22 0.25 2.86 0.24 0.66
Hex BE 96 94 0 15 16 19 3 18 42
Octal 276 226 224 0 25 26 31 3 30 102
Binary 10111110 10010110 10010100 0 10101 10110 11001 11 11000 1000010

Color Harmonies of #BE9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9694

Black with #BE9694

Text Example


Text Example

White with #BE9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9694; }

 p { color: rgb(190,150,148); }

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

background-color css

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

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

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

border-color css

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

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

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