Html Css Color HEX #BF8582 Oriental Pink

📋 copy color: '#BF8582'

red 191 ◦ green 133 ◦ blue 130

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

Shades of Oriental Pink #BF8582

Tints of Oriental Pink #BF8582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.3%

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

R = 42.07%
G = 29.3%
B = 28.63%

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

#BF8582 (or 0xBF8582) is known color: Oriental Pink. HEX triplet: BF, 85 and 82. RGB value is (191,133,130). Sum of RGB (Red+Green+Blue) = 191+133+130=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8582 is #407A7D. Grayscale: #969696. Windows color (decimal): -4225662 or 8553919. OLE color: 8553919.

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

Color convert

RGB 191 133 130 -
CMYK 0 0.30 0.32 0.25
HSL 2.95º 0.32% 0.63% -
HSV(B) 2.95º 0.32% 0.75% -
XYZ 33.9 29.46 25.02 -
YUV 150 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 191 133 130 0 0.30 0.32 0.25 2.95 0.32 0.63
Hex BF 85 82 0 1E 20 19 3 20 3F
Octal 277 205 202 0 36 40 31 3 40 77
Binary 10111111 10000101 10000010 0 11110 100000 11001 11 100000 111111

Color Harmonies of #BF8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8582

Black with #BF8582

Text Example


Text Example

White with #BF8582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8582; }

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

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

background-color css

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

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

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

border-color css

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

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

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