Html Css Color HEX #BD918C Oriental Pink

📋 copy color: '#BD918C'

red 189 ◦ green 145 ◦ blue 140

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

Shades of Oriental Pink #BD918C

Tints of Oriental Pink #BD918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 39.87%
G = 30.59%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD918C (or 0xBD918C) is known color: Oriental Pink. HEX triplet: BD, 91 and 8C. RGB value is (189,145,140). Sum of RGB (Red+Green+Blue) = 189+145+140=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD918C is #426E73. Grayscale: #9D9D9D. Windows color (decimal): -4353652 or 9212349. OLE color: 9212349.

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

Color convert

RGB 189 145 140 -
CMYK 0 0.23 0.26 0.26
HSL 6.12º 0.27% 0.65% -
HSV(B) 6.12º 0.26% 0.74% -
XYZ 35.85 32.96 29.28 -
YUV 157.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 189 145 140 0 0.23 0.26 0.26 6.12 0.27 0.65
Hex BD 91 8C 0 17 1A 1A 6 1B 41
Octal 275 221 214 0 27 32 32 6 33 101
Binary 10111101 10010001 10001100 0 10111 11010 11010 110 11011 1000001

Color Harmonies of #BD918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD918C

Black with #BD918C

Text Example


Text Example

White with #BD918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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