Html Css Color HEX #BE9293 Careys Pink

📋 copy color: '#BE9293'

red 190 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #BE9293

Tints of Careys Pink #BE9293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.23%

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 39.34%
G = 30.23%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE9293 (or 0xBE9293) is known color: Careys Pink. HEX triplet: BE, 92 and 93. RGB value is (190,146,147). Sum of RGB (Red+Green+Blue) = 190+146+147=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9293 is #416D6C. Grayscale: #9F9F9F. Windows color (decimal): -4287853 or 9671358. OLE color: 9671358.

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

Color convert

RGB 190 146 147 -
CMYK 0 0.23 0.23 0.25
HSL 358.64º 0.25% 0.66% -
HSV(B) 358.64º 0.23% 0.75% -
XYZ 36.78 33.61 32.15 -
YUV 159.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 190 146 147 0 0.23 0.23 0.25 358.64 0.25 0.66
Hex BE 92 93 0 17 17 19 167 19 42
Octal 276 222 223 0 27 27 31 547 31 102
Binary 10111110 10010010 10010011 0 10111 10111 11001 101100111 11001 1000010

Color Harmonies of #BE9293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9293

Black with #BE9293

Text Example


Text Example

White with #BE9293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9293; }

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

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

background-color css

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

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

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

border-color css

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

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

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