Html Css Color HEX #BF9295 Careys Pink

📋 copy color: '#BF9295'

red 191 ◦ green 146 ◦ blue 149

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

Shades of Careys Pink #BF9295

Tints of Careys Pink #BF9295

RGB

 RED value IS 191 (75% from 255) = 39.3%

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

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

R = 39.3%
G = 30.04%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF9295 (or 0xBF9295) is known color: Careys Pink. HEX triplet: BF, 92 and 95. RGB value is (191,146,149). Sum of RGB (Red+Green+Blue) = 191+146+149=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9295 is #406D6A. Grayscale: #9F9F9F. Windows color (decimal): -4222315 or 9802431. OLE color: 9802431.

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

Color convert

RGB 191 146 149 -
CMYK 0 0.24 0.22 0.25
HSL 356º 0.26% 0.66% -
HSV(B) 356º 0.24% 0.75% -
XYZ 37.19 33.8 33 -
YUV 159.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 191 146 149 0 0.24 0.22 0.25 356 0.26 0.66
Hex BF 92 95 0 18 16 19 164 1A 42
Octal 277 222 225 0 30 26 31 544 32 102
Binary 10111111 10010010 10010101 0 11000 10110 11001 101100100 11010 1000010

Color Harmonies of #BF9295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9295

Black with #BF9295

Text Example


Text Example

White with #BF9295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9295; }

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

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

background-color css

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

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

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

border-color css

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

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

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