Html Css Color HEX #BF8E8A Oriental Pink

📋 copy color: '#BF8E8A'

red 191 ◦ green 142 ◦ blue 138

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

Shades of Oriental Pink #BF8E8A

Tints of Oriental Pink #BF8E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 40.55%
G = 30.15%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF8E8A (or 0xBF8E8A) is known color: Oriental Pink. HEX triplet: BF, 8E and 8A. RGB value is (191,142,138). Sum of RGB (Red+Green+Blue) = 191+142+138=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8E8A is #407175. Grayscale: #9C9C9C. Windows color (decimal): -4223350 or 9080511. OLE color: 9080511.

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

Color convert

RGB 191 142 138 -
CMYK 0 0.26 0.28 0.25
HSL 4.53º 0.29% 0.65% -
HSV(B) 4.53º 0.28% 0.75% -
XYZ 35.75 32.26 28.39 -
YUV 156.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 191 142 138 0 0.26 0.28 0.25 4.53 0.29 0.65
Hex BF 8E 8A 0 1A 1C 19 5 1D 41
Octal 277 216 212 0 32 34 31 5 35 101
Binary 10111111 10001110 10001010 0 11010 11100 11001 101 11101 1000001

Color Harmonies of #BF8E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8E8A

Black with #BF8E8A

Text Example


Text Example

White with #BF8E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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