Html Css Color HEX #BD8E87 Oriental Pink

📋 copy color: '#BD8E87'

red 189 ◦ green 142 ◦ blue 135

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

Shades of Oriental Pink #BD8E87

Tints of Oriental Pink #BD8E87

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.47%

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

R = 40.56%
G = 30.47%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD8E87 (or 0xBD8E87) is known color: Oriental Pink. HEX triplet: BD, 8E and 87. RGB value is (189,142,135). Sum of RGB (Red+Green+Blue) = 189+142+135=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8E87 is #427178. Grayscale: #9B9B9B. Windows color (decimal): -4354425 or 8883901. OLE color: 8883901.

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

Color convert

RGB 189 142 135 -
CMYK 0 0.25 0.29 0.26
HSL 7.78º 0.29% 0.64% -
HSV(B) 7.78º 0.29% 0.74% -
XYZ 35.03 31.91 27.24 -
YUV 155.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 189 142 135 0 0.25 0.29 0.26 7.78 0.29 0.64
Hex BD 8E 87 0 19 1D 1A 8 1D 40
Octal 275 216 207 0 31 35 32 10 35 100
Binary 10111101 10001110 10000111 0 11001 11101 11010 1000 11101 1000000

Color Harmonies of #BD8E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E87

Black with #BD8E87

Text Example


Text Example

White with #BD8E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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