Html Css Color HEX #BE9692 Rosy Brown

📋 copy color: '#BE9692'

red 190 ◦ green 150 ◦ blue 146

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

Shades of Rosy Brown #BE9692

Tints of Rosy Brown #BE9692

RGB

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

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

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

R = 39.09%
G = 30.86%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE9692 (or 0xBE9692) is known color: Rosy Brown. HEX triplet: BE, 96 and 92. RGB value is (190,150,146). Sum of RGB (Red+Green+Blue) = 190+150+146=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9692 is #41696D. Grayscale: #A1A1A1. Windows color (decimal): -4286830 or 9606846. OLE color: 9606846.

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

Color convert

RGB 190 150 146 -
CMYK 0 0.21 0.23 0.25
HSL 5.45º 0.25% 0.66% -
HSV(B) 5.45º 0.23% 0.75% -
XYZ 37.33 34.84 31.95 -
YUV 161.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 190 150 146 0 0.21 0.23 0.25 5.45 0.25 0.66
Hex BE 96 92 0 15 17 19 5 19 42
Octal 276 226 222 0 25 27 31 5 31 102
Binary 10111110 10010110 10010010 0 10101 10111 11001 101 11001 1000010

Color Harmonies of #BE9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9692

Black with #BE9692

Text Example


Text Example

White with #BE9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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