Html Css Color HEX #BD928D Oriental Pink

📋 copy color: '#BD928D'

red 189 ◦ green 146 ◦ blue 141

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

Shades of Oriental Pink #BD928D

Tints of Oriental Pink #BD928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

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

R = 39.71%
G = 30.67%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD928D (or 0xBD928D) is known color: Oriental Pink. HEX triplet: BD, 92 and 8D. RGB value is (189,146,141). Sum of RGB (Red+Green+Blue) = 189+146+141=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD928D is #426D72. Grayscale: #9E9E9E. Windows color (decimal): -4353395 or 9278141. OLE color: 9278141.

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

Color convert

RGB 189 146 141 -
CMYK 0 0.23 0.25 0.26
HSL 6.25º 0.27% 0.65% -
HSV(B) 6.25º 0.25% 0.74% -
XYZ 36.07 33.3 29.73 -
YUV 158.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 189 146 141 0 0.23 0.25 0.26 6.25 0.27 0.65
Hex BD 92 8D 0 17 19 1A 6 1B 41
Octal 275 222 215 0 27 31 32 6 33 101
Binary 10111101 10010010 10001101 0 10111 11001 11010 110 11011 1000001

Color Harmonies of #BD928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD928D

Black with #BD928D

Text Example


Text Example

White with #BD928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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