Html Css Color HEX #BF8682 Oriental Pink

📋 copy color: '#BF8682'

red 191 ◦ green 134 ◦ blue 130

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

Shades of Oriental Pink #BF8682

Tints of Oriental Pink #BF8682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.45%

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 41.98%
G = 29.45%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF8682 (or 0xBF8682) is known color: Oriental Pink. HEX triplet: BF, 86 and 82. RGB value is (191,134,130). Sum of RGB (Red+Green+Blue) = 191+134+130=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8682 is #40797D. Grayscale: #969696. Windows color (decimal): -4225406 or 8554175. OLE color: 8554175.

HSL color Cylindrical-coordinate representation of color #BF8682: hue angle of 3.93º degrees, saturation: 0.32, 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 #BF8682 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 134 130 -
CMYK 0 0.30 0.32 0.25
HSL 3.93º 0.32% 0.63% -
HSV(B) 3.93º 0.32% 0.75% -
XYZ 34.04 29.74 25.07 -
YUV 150.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 191 134 130 0 0.30 0.32 0.25 3.93 0.32 0.63
Hex BF 86 82 0 1E 20 19 4 20 3F
Octal 277 206 202 0 36 40 31 4 40 77
Binary 10111111 10000110 10000010 0 11110 100000 11001 100 100000 111111

Color Harmonies of #BF8682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8682

Black with #BF8682

Text Example


Text Example

White with #BF8682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8682; }

 p { color: rgb(191,134,130); }

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

background-color css

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

 a { background-color: rgb(191,134,130); }

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

border-color css

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

 span { border-color: rgb(191,134,130); }

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