Html Css Color HEX #BD9188 Oriental Pink

📋 copy color: '#BD9188'

red 189 ◦ green 145 ◦ blue 136

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

Shades of Oriental Pink #BD9188

Tints of Oriental Pink #BD9188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.85%

 BLUE value IS 136 (53.52% from 255) = 28.94%

R = 40.21%
G = 30.85%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD9188 (or 0xBD9188) is known color: Oriental Pink. HEX triplet: BD, 91 and 88. RGB value is (189,145,136). Sum of RGB (Red+Green+Blue) = 189+145+136=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9188 is #426E77. Grayscale: #9D9D9D. Windows color (decimal): -4353656 or 8950205. OLE color: 8950205.

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

Color convert

RGB 189 145 136 -
CMYK 0 0.23 0.28 0.26
HSL 10.19º 0.29% 0.64% -
HSV(B) 10.19º 0.28% 0.74% -
XYZ 35.56 32.85 27.76 -
YUV 157.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 189 145 136 0 0.23 0.28 0.26 10.19 0.29 0.64
Hex BD 91 88 0 17 1C 1A A 1D 40
Octal 275 221 210 0 27 34 32 12 35 100
Binary 10111101 10010001 10001000 0 10111 11100 11010 1010 11101 1000000

Color Harmonies of #BD9188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9188

Black with #BD9188

Text Example


Text Example

White with #BD9188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9188; }

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

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

background-color css

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

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

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

border-color css

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

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

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