Html Css Color HEX #BD908A Oriental Pink

📋 copy color: '#BD908A'

red 189 ◦ green 144 ◦ blue 138

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

Shades of Oriental Pink #BD908A

Tints of Oriental Pink #BD908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 40.13%
G = 30.57%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD908A (or 0xBD908A) is known color: Oriental Pink. HEX triplet: BD, 90 and 8A. RGB value is (189,144,138). Sum of RGB (Red+Green+Blue) = 189+144+138=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD908A is #426F75. Grayscale: #9C9C9C. Windows color (decimal): -4353910 or 9081021. OLE color: 9081021.

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

Color convert

RGB 189 144 138 -
CMYK 0 0.24 0.27 0.26
HSL 7.06º 0.28% 0.64% -
HSV(B) 7.06º 0.27% 0.74% -
XYZ 35.55 32.6 28.46 -
YUV 156.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 189 144 138 0 0.24 0.27 0.26 7.06 0.28 0.64
Hex BD 90 8A 0 18 1B 1A 7 1C 40
Octal 275 220 212 0 30 33 32 7 34 100
Binary 10111101 10010000 10001010 0 11000 11011 11010 111 11100 1000000

Color Harmonies of #BD908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD908A

Black with #BD908A

Text Example


Text Example

White with #BD908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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