Html Css Color HEX #BF8B85 Oriental Pink

📋 copy color: '#BF8B85'

red 191 ◦ green 139 ◦ blue 133

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

Shades of Oriental Pink #BF8B85

Tints of Oriental Pink #BF8B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 41.25%
G = 30.02%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF8B85 (or 0xBF8B85) is known color: Oriental Pink. HEX triplet: BF, 8B and 85. RGB value is (191,139,133). Sum of RGB (Red+Green+Blue) = 191+139+133=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8B85 is #40747A. Grayscale: #999999. Windows color (decimal): -4224123 or 8752063. OLE color: 8752063.

HSL color Cylindrical-coordinate representation of color #BF8B85: hue angle of 6.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8B85 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 139 133 -
CMYK 0 0.27 0.30 0.25
HSL 6.21º 0.31% 0.64% -
HSV(B) 6.21º 0.3% 0.75% -
XYZ 34.95 31.24 26.38 -
YUV 153.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 191 139 133 0 0.27 0.30 0.25 6.21 0.31 0.64
Hex BF 8B 85 0 1B 1E 19 6 1F 40
Octal 277 213 205 0 33 36 31 6 37 100
Binary 10111111 10001011 10000101 0 11011 11110 11001 110 11111 1000000

Color Harmonies of #BF8B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8B85

Black with #BF8B85

Text Example


Text Example

White with #BF8B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8B85; }

 p { color: rgb(191,139,133); }

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

background-color css

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

 a { background-color: rgb(191,139,133); }

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

border-color css

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

 span { border-color: rgb(191,139,133); }

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