Html Css Color HEX #BD8C86 Oriental Pink

📋 copy color: '#BD8C86'

red 189 ◦ green 140 ◦ blue 134

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

Shades of Oriental Pink #BD8C86

Tints of Oriental Pink #BD8C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.94%

R = 40.82%
G = 30.24%
B = 28.94%

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

#BD8C86 (or 0xBD8C86) is known color: Oriental Pink. HEX triplet: BD, 8C and 86. RGB value is (189,140,134). Sum of RGB (Red+Green+Blue) = 189+140+134=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C86 is #427379. Grayscale: #9A9A9A. Windows color (decimal): -4354938 or 8817853. OLE color: 8817853.

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

Color convert

RGB 189 140 134 -
CMYK 0 0.26 0.29 0.26
HSL 6.55º 0.29% 0.63% -
HSV(B) 6.55º 0.29% 0.74% -
XYZ 34.67 31.3 26.77 -
YUV 153.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 189 140 134 0 0.26 0.29 0.26 6.55 0.29 0.63
Hex BD 8C 86 0 1A 1D 1A 7 1D 3F
Octal 275 214 206 0 32 35 32 7 35 77
Binary 10111101 10001100 10000110 0 11010 11101 11010 111 11101 111111

Color Harmonies of #BD8C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C86

Black with #BD8C86

Text Example


Text Example

White with #BD8C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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