Html Css Color HEX #BE9295 Careys Pink

📋 copy color: '#BE9295'

red 190 ◦ green 146 ◦ blue 149

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

Shades of Careys Pink #BE9295

Tints of Careys Pink #BE9295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 39.18%
G = 30.1%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE9295 (or 0xBE9295) is known color: Careys Pink. HEX triplet: BE, 92 and 95. RGB value is (190,146,149). Sum of RGB (Red+Green+Blue) = 190+146+149=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9295 is #416D6A. Grayscale: #9F9F9F. Windows color (decimal): -4287851 or 9802430. OLE color: 9802430.

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

Color convert

RGB 190 146 149 -
CMYK 0 0.23 0.22 0.25
HSL 355.91º 0.25% 0.66% -
HSV(B) 355.91º 0.23% 0.75% -
XYZ 36.94 33.67 32.99 -
YUV 159.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 190 146 149 0 0.23 0.22 0.25 355.91 0.25 0.66
Hex BE 92 95 0 17 16 19 164 19 42
Octal 276 222 225 0 27 26 31 544 31 102
Binary 10111110 10010010 10010101 0 10111 10110 11001 101100100 11001 1000010

Color Harmonies of #BE9295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9295

Black with #BE9295

Text Example


Text Example

White with #BE9295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9295; }

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

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

background-color css

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

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

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

border-color css

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

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

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