Html Css Color HEX #BD918A Oriental Pink

📋 copy color: '#BD918A'

red 189 ◦ green 145 ◦ blue 138

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

Shades of Oriental Pink #BD918A

Tints of Oriental Pink #BD918A

RGB

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

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

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

R = 40.04%
G = 30.72%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD918A (or 0xBD918A) is known color: Oriental Pink. HEX triplet: BD, 91 and 8A. RGB value is (189,145,138). Sum of RGB (Red+Green+Blue) = 189+145+138=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD918A is #426E75. Grayscale: #9D9D9D. Windows color (decimal): -4353654 or 9081277. OLE color: 9081277.

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

Color convert

RGB 189 145 138 -
CMYK 0 0.23 0.27 0.26
HSL 8.24º 0.28% 0.64% -
HSV(B) 8.24º 0.27% 0.74% -
XYZ 35.7 32.9 28.51 -
YUV 157.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 189 145 138 0 0.23 0.27 0.26 8.24 0.28 0.64
Hex BD 91 8A 0 17 1B 1A 8 1C 40
Octal 275 221 212 0 27 33 32 10 34 100
Binary 10111101 10010001 10001010 0 10111 11011 11010 1000 11100 1000000

Color Harmonies of #BD918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD918A

Black with #BD918A

Text Example


Text Example

White with #BD918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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