Html Css Color HEX #BF8E8F Careys Pink

📋 copy color: '#BF8E8F'

red 191 ◦ green 142 ◦ blue 143

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

Shades of Careys Pink #BF8E8F

Tints of Careys Pink #BF8E8F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.83%

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 40.13%
G = 29.83%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF8E8F (or 0xBF8E8F) is known color: Careys Pink. HEX triplet: BF, 8E and 8F. RGB value is (191,142,143). Sum of RGB (Red+Green+Blue) = 191+142+143=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E8F is #407170. Grayscale: #9C9C9C. Windows color (decimal): -4223345 or 9408191. OLE color: 9408191.

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

Color convert

RGB 191 142 143 -
CMYK 0 0.26 0.25 0.25
HSL 358.78º 0.28% 0.65% -
HSV(B) 358.78º 0.26% 0.75% -
XYZ 36.12 32.41 30.34 -
YUV 156.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 191 142 143 0 0.26 0.25 0.25 358.78 0.28 0.65
Hex BF 8E 8F 0 1A 19 19 167 1C 41
Octal 277 216 217 0 32 31 31 547 34 101
Binary 10111111 10001110 10001111 0 11010 11001 11001 101100111 11100 1000001

Color Harmonies of #BF8E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8E8F

Black with #BF8E8F

Text Example


Text Example

White with #BF8E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8E8F; }

 p { color: rgb(191,142,143); }

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

background-color css

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

 a { background-color: rgb(191,142,143); }

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

border-color css

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

 span { border-color: rgb(191,142,143); }

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