Html Css Color HEX #BF8C81 Oriental Pink

📋 copy color: '#BF8C81'

red 191 ◦ green 140 ◦ blue 129

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

Shades of Oriental Pink #BF8C81

Tints of Oriental Pink #BF8C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 41.52%
G = 30.43%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF8C81 (or 0xBF8C81) is known color: Oriental Pink. HEX triplet: BF, 8C and 81. RGB value is (191,140,129). Sum of RGB (Red+Green+Blue) = 191+140+129=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C81 is #40737E. Grayscale: #9A9A9A. Windows color (decimal): -4223871 or 8490175. OLE color: 8490175.

HSL color Cylindrical-coordinate representation of color #BF8C81: hue angle of 10.65º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8C81 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 140 129 -
CMYK 0 0.27 0.32 0.25
HSL 10.65º 0.33% 0.63% -
HSV(B) 10.65º 0.32% 0.75% -
XYZ 34.83 31.42 25 -
YUV 154 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 191 140 129 0 0.27 0.32 0.25 10.65 0.33 0.63
Hex BF 8C 81 0 1B 20 19 B 21 3F
Octal 277 214 201 0 33 40 31 13 41 77
Binary 10111111 10001100 10000001 0 11011 100000 11001 1011 100001 111111

Color Harmonies of #BF8C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C81

Black with #BF8C81

Text Example


Text Example

White with #BF8C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C81; }

 p { color: rgb(191,140,129); }

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

background-color css

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

 a { background-color: rgb(191,140,129); }

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

border-color css

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

 span { border-color: rgb(191,140,129); }

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