Html Css Color HEX #BD8887 Oriental Pink

📋 copy color: '#BD8887'

red 189 ◦ green 136 ◦ blue 135

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

Shades of Oriental Pink #BD8887

Tints of Oriental Pink #BD8887

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.57%

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

R = 41.09%
G = 29.57%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD8887 (or 0xBD8887) is known color: Oriental Pink. HEX triplet: BD, 88 and 87. RGB value is (189,136,135). Sum of RGB (Red+Green+Blue) = 189+136+135=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8887 is #427778. Grayscale: #979797. Windows color (decimal): -4355961 or 8882365. OLE color: 8882365.

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

Color convert

RGB 189 136 135 -
CMYK 0 0.28 0.29 0.26
HSL 1.11º 0.29% 0.64% -
HSV(B) 1.11º 0.29% 0.74% -
XYZ 34.16 30.18 26.95 -
YUV 151.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 189 136 135 0 0.28 0.29 0.26 1.11 0.29 0.64
Hex BD 88 87 0 1C 1D 1A 1 1D 40
Octal 275 210 207 0 34 35 32 1 35 100
Binary 10111101 10001000 10000111 0 11100 11101 11010 1 11101 1000000

Color Harmonies of #BD8887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8887

Black with #BD8887

Text Example


Text Example

White with #BD8887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8887; }

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

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

background-color css

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

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

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

border-color css

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

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

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