Html Css Color HEX #BD8B87 Oriental Pink

📋 copy color: '#BD8B87'

red 189 ◦ green 139 ◦ blue 135

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

Shades of Oriental Pink #BD8B87

Tints of Oriental Pink #BD8B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

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

R = 40.82%
G = 30.02%
B = 29.16%

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

#BD8B87 (or 0xBD8B87) is known color: Oriental Pink. HEX triplet: BD, 8B and 87. RGB value is (189,139,135). Sum of RGB (Red+Green+Blue) = 189+139+135=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8B87 is #427478. Grayscale: #999999. Windows color (decimal): -4355193 or 8883133. OLE color: 8883133.

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

Color convert

RGB 189 139 135 -
CMYK 0 0.26 0.29 0.26
HSL 4.44º 0.29% 0.64% -
HSV(B) 4.44º 0.29% 0.74% -
XYZ 34.59 31.03 27.09 -
YUV 153.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 189 139 135 0 0.26 0.29 0.26 4.44 0.29 0.64
Hex BD 8B 87 0 1A 1D 1A 4 1D 40
Octal 275 213 207 0 32 35 32 4 35 100
Binary 10111101 10001011 10000111 0 11010 11101 11010 100 11101 1000000

Color Harmonies of #BD8B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B87

Black with #BD8B87

Text Example


Text Example

White with #BD8B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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