Html Css Color HEX #BD8A87 Oriental Pink

📋 copy color: '#BD8A87'

red 189 ◦ green 138 ◦ blue 135

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

Shades of Oriental Pink #BD8A87

Tints of Oriental Pink #BD8A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.87%

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

R = 40.91%
G = 29.87%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD8A87 (or 0xBD8A87) is known color: Oriental Pink. HEX triplet: BD, 8A and 87. RGB value is (189,138,135). Sum of RGB (Red+Green+Blue) = 189+138+135=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A87 is #427578. Grayscale: #989898. Windows color (decimal): -4355449 or 8882877. OLE color: 8882877.

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

Color convert

RGB 189 138 135 -
CMYK 0 0.27 0.29 0.26
HSL 3.33º 0.29% 0.64% -
HSV(B) 3.33º 0.29% 0.74% -
XYZ 34.45 30.75 27.04 -
YUV 152.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 189 138 135 0 0.27 0.29 0.26 3.33 0.29 0.64
Hex BD 8A 87 0 1B 1D 1A 3 1D 40
Octal 275 212 207 0 33 35 32 3 35 100
Binary 10111101 10001010 10000111 0 11011 11101 11010 11 11101 1000000

Color Harmonies of #BD8A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A87

Black with #BD8A87

Text Example


Text Example

White with #BD8A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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