Html Css Color HEX #BD9088 Oriental Pink

📋 copy color: '#BD9088'

red 189 ◦ green 144 ◦ blue 136

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

Shades of Oriental Pink #BD9088

Tints of Oriental Pink #BD9088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.7%

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

R = 40.3%
G = 30.7%
B = 29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD9088 (or 0xBD9088) is known color: Oriental Pink. HEX triplet: BD, 90 and 88. RGB value is (189,144,136). Sum of RGB (Red+Green+Blue) = 189+144+136=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9088 is #426F77. Grayscale: #9C9C9C. Windows color (decimal): -4353912 or 8949949. OLE color: 8949949.

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

Color convert

RGB 189 144 136 -
CMYK 0 0.24 0.28 0.26
HSL 9.06º 0.29% 0.64% -
HSV(B) 9.06º 0.28% 0.74% -
XYZ 35.4 32.54 27.71 -
YUV 156.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 189 144 136 0 0.24 0.28 0.26 9.06 0.29 0.64
Hex BD 90 88 0 18 1C 1A 9 1D 40
Octal 275 220 210 0 30 34 32 11 35 100
Binary 10111101 10010000 10001000 0 11000 11100 11010 1001 11101 1000000

Color Harmonies of #BD9088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9088

Black with #BD9088

Text Example


Text Example

White with #BD9088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9088; }

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

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

background-color css

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

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

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

border-color css

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

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

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