Html Css Color HEX #BD8785 Oriental Pink

📋 copy color: '#BD8785'

red 189 ◦ green 135 ◦ blue 133

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

Shades of Oriental Pink #BD8785

Tints of Oriental Pink #BD8785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.54%

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 41.36%
G = 29.54%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD8785 (or 0xBD8785) is known color: Oriental Pink. HEX triplet: BD, 87 and 85. RGB value is (189,135,133). Sum of RGB (Red+Green+Blue) = 189+135+133=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8785 is #42787A. Grayscale: #969696. Windows color (decimal): -4356219 or 8751037. OLE color: 8751037.

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

Color convert

RGB 189 135 133 -
CMYK 0 0.29 0.30 0.26
HSL 2.14º 0.3% 0.63% -
HSV(B) 2.14º 0.3% 0.74% -
XYZ 33.88 29.84 26.16 -
YUV 150.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 189 135 133 0 0.29 0.30 0.26 2.14 0.3 0.63
Hex BD 87 85 0 1D 1E 1A 2 1E 3F
Octal 275 207 205 0 35 36 32 2 36 77
Binary 10111101 10000111 10000101 0 11101 11110 11010 10 11110 111111

Color Harmonies of #BD8785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8785

Black with #BD8785

Text Example


Text Example

White with #BD8785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8785; }

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

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

background-color css

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

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

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

border-color css

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

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

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