Html Css Color HEX #BD8987 Oriental Pink

📋 copy color: '#BD8987'

red 189 ◦ green 137 ◦ blue 135

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

Shades of Oriental Pink #BD8987

Tints of Oriental Pink #BD8987

RGB

 RED value IS 189 (74.22% from 255) = 41%

 GREEN value IS 137 (53.91% from 255) = 29.72%

 BLUE value IS 135 (53.13% from 255) = 29.28%

R = 41%
G = 29.72%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD8987 (or 0xBD8987) is known color: Oriental Pink. HEX triplet: BD, 89 and 87. RGB value is (189,137,135). Sum of RGB (Red+Green+Blue) = 189+137+135=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8987 is #427678. Grayscale: #989898. Windows color (decimal): -4355705 or 8882621. OLE color: 8882621.

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

Color convert

RGB 189 137 135 -
CMYK 0 0.28 0.29 0.26
HSL 2.22º 0.29% 0.64% -
HSV(B) 2.22º 0.29% 0.74% -
XYZ 34.31 30.46 26.99 -
YUV 152.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 189 137 135 0 0.28 0.29 0.26 2.22 0.29 0.64
Hex BD 89 87 0 1C 1D 1A 2 1D 40
Octal 275 211 207 0 34 35 32 2 35 100
Binary 10111101 10001001 10000111 0 11100 11101 11010 10 11101 1000000

Color Harmonies of #BD8987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8987

Black with #BD8987

Text Example


Text Example

White with #BD8987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8987; }

 p { color: rgb(189,137,135); }

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

background-color css

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

 a { background-color: rgb(189,137,135); }

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

border-color css

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

 span { border-color: rgb(189,137,135); }

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