Html Css Color HEX #BD8C87 Oriental Pink

📋 copy color: '#BD8C87'

red 189 ◦ green 140 ◦ blue 135

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

Shades of Oriental Pink #BD8C87

Tints of Oriental Pink #BD8C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

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

R = 40.73%
G = 30.17%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD8C87 (or 0xBD8C87) is known color: Oriental Pink. HEX triplet: BD, 8C and 87. RGB value is (189,140,135). Sum of RGB (Red+Green+Blue) = 189+140+135=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C87 is #427378. Grayscale: #9A9A9A. Windows color (decimal): -4354937 or 8883389. OLE color: 8883389.

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

Color convert

RGB 189 140 135 -
CMYK 0 0.26 0.29 0.26
HSL 5.56º 0.29% 0.64% -
HSV(B) 5.56º 0.29% 0.74% -
XYZ 34.74 31.32 27.14 -
YUV 154.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 189 140 135 0 0.26 0.29 0.26 5.56 0.29 0.64
Hex BD 8C 87 0 1A 1D 1A 6 1D 40
Octal 275 214 207 0 32 35 32 6 35 100
Binary 10111101 10001100 10000111 0 11010 11101 11010 110 11101 1000000

Color Harmonies of #BD8C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C87

Black with #BD8C87

Text Example


Text Example

White with #BD8C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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