Html Css Color HEX #BD8684 Oriental Pink

📋 copy color: '#BD8684'

red 189 ◦ green 134 ◦ blue 132

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

Shades of Oriental Pink #BD8684

Tints of Oriental Pink #BD8684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.01%

R = 41.54%
G = 29.45%
B = 29.01%

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

#BD8684 (or 0xBD8684) is known color: Oriental Pink. HEX triplet: BD, 86 and 84. RGB value is (189,134,132). Sum of RGB (Red+Green+Blue) = 189+134+132=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8684 is #42797B. Grayscale: #969696. Windows color (decimal): -4356476 or 8685245. OLE color: 8685245.

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

Color convert

RGB 189 134 132 -
CMYK 0 0.29 0.30 0.26
HSL 2.11º 0.3% 0.63% -
HSV(B) 2.11º 0.3% 0.74% -
XYZ 33.68 29.53 25.76 -
YUV 150.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 189 134 132 0 0.29 0.30 0.26 2.11 0.3 0.63
Hex BD 86 84 0 1D 1E 1A 2 1E 3F
Octal 275 206 204 0 35 36 32 2 36 77
Binary 10111101 10000110 10000100 0 11101 11110 11010 10 11110 111111

Color Harmonies of #BD8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8684

Black with #BD8684

Text Example


Text Example

White with #BD8684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8684; }

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

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

background-color css

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

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

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

border-color css

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

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

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