Html Css Color HEX #BD928A Oriental Pink

📋 copy color: '#BD928A'

red 189 ◦ green 146 ◦ blue 138

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

Shades of Oriental Pink #BD928A

Tints of Oriental Pink #BD928A

RGB

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

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

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

R = 39.96%
G = 30.87%
B = 29.18%

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

#BD928A (or 0xBD928A) is known color: Oriental Pink. HEX triplet: BD, 92 and 8A. RGB value is (189,146,138). Sum of RGB (Red+Green+Blue) = 189+146+138=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD928A is #426D75. Grayscale: #9E9E9E. Windows color (decimal): -4353398 or 9081533. OLE color: 9081533.

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

Color convert

RGB 189 146 138 -
CMYK 0 0.23 0.27 0.26
HSL 9.41º 0.28% 0.64% -
HSV(B) 9.41º 0.27% 0.74% -
XYZ 35.85 33.21 28.57 -
YUV 157.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 189 146 138 0 0.23 0.27 0.26 9.41 0.28 0.64
Hex BD 92 8A 0 17 1B 1A 9 1C 40
Octal 275 222 212 0 27 33 32 11 34 100
Binary 10111101 10010010 10001010 0 10111 11011 11010 1001 11100 1000000

Color Harmonies of #BD928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD928A

Black with #BD928A

Text Example


Text Example

White with #BD928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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