Html Css Color HEX #BD8685 Oriental Pink

📋 copy color: '#BD8685'

red 189 ◦ green 134 ◦ blue 133

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

Shades of Oriental Pink #BD8685

Tints of Oriental Pink #BD8685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

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

R = 41.45%
G = 29.39%
B = 29.17%

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

#BD8685 (or 0xBD8685) is known color: Oriental Pink. HEX triplet: BD, 86 and 85. RGB value is (189,134,133). Sum of RGB (Red+Green+Blue) = 189+134+133=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8685 is #42797A. Grayscale: #969696. Windows color (decimal): -4356475 or 8750781. OLE color: 8750781.

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

Color convert

RGB 189 134 133 -
CMYK 0 0.29 0.30 0.26
HSL 1.07º 0.3% 0.63% -
HSV(B) 1.07º 0.3% 0.74% -
XYZ 33.75 29.56 26.12 -
YUV 150.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 189 134 133 0 0.29 0.30 0.26 1.07 0.3 0.63
Hex BD 86 85 0 1D 1E 1A 1 1E 3F
Octal 275 206 205 0 35 36 32 1 36 77
Binary 10111101 10000110 10000101 0 11101 11110 11010 1 11110 111111

Color Harmonies of #BD8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8685

Black with #BD8685

Text Example


Text Example

White with #BD8685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8685; }

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

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

background-color css

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

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

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

border-color css

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

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

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