Html Css Color HEX #BF959A Careys Pink

📋 copy color: '#BF959A'

red 191 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #BF959A

Tints of Careys Pink #BF959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.16%

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 38.66%
G = 30.16%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF959A (or 0xBF959A) is known color: Careys Pink. HEX triplet: BF, 95 and 9A. RGB value is (191,149,154). Sum of RGB (Red+Green+Blue) = 191+149+154=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF959A is #406A65. Grayscale: #A2A2A2. Windows color (decimal): -4221542 or 10130879. OLE color: 10130879.

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

Color convert

RGB 191 149 154 -
CMYK 0 0.22 0.19 0.25
HSL 352.86º 0.25% 0.67% -
HSV(B) 352.86º 0.22% 0.75% -
XYZ 38.07 34.9 35.3 -
YUV 162.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 191 149 154 0 0.22 0.19 0.25 352.86 0.25 0.67
Hex BF 95 9A 0 16 13 19 161 19 43
Octal 277 225 232 0 26 23 31 541 31 103
Binary 10111111 10010101 10011010 0 10110 10011 11001 101100001 11001 1000011

Color Harmonies of #BF959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF959A

Black with #BF959A

Text Example


Text Example

White with #BF959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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