Html Css Color HEX #BD938D Oriental Pink

📋 copy color: '#BD938D'

red 189 ◦ green 147 ◦ blue 141

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

Shades of Oriental Pink #BD938D

Tints of Oriental Pink #BD938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.82%

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 39.62%
G = 30.82%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD938D (or 0xBD938D) is known color: Oriental Pink. HEX triplet: BD, 93 and 8D. RGB value is (189,147,141). Sum of RGB (Red+Green+Blue) = 189+147+141=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD938D is #426C72. Grayscale: #9E9E9E. Windows color (decimal): -4353139 or 9278397. OLE color: 9278397.

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

Color convert

RGB 189 147 141 -
CMYK 0 0.22 0.25 0.26
HSL 7.5º 0.27% 0.65% -
HSV(B) 7.5º 0.25% 0.74% -
XYZ 36.23 33.61 29.78 -
YUV 158.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 189 147 141 0 0.22 0.25 0.26 7.5 0.27 0.65
Hex BD 93 8D 0 16 19 1A 8 1B 41
Octal 275 223 215 0 26 31 32 10 33 101
Binary 10111101 10010011 10001101 0 10110 11001 11010 1000 11011 1000001

Color Harmonies of #BD938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD938D

Black with #BD938D

Text Example


Text Example

White with #BD938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD938D; }

 p { color: rgb(189,147,141); }

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

background-color css

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

 a { background-color: rgb(189,147,141); }

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

border-color css

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

 span { border-color: rgb(189,147,141); }

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