Html Css Color HEX #BD948D Oriental Pink

📋 copy color: '#BD948D'

red 189 ◦ green 148 ◦ blue 141

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

Shades of Oriental Pink #BD948D

Tints of Oriental Pink #BD948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.96%

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

R = 39.54%
G = 30.96%
B = 29.5%

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

#BD948D (or 0xBD948D) is known color: Oriental Pink. HEX triplet: BD, 94 and 8D. RGB value is (189,148,141). Sum of RGB (Red+Green+Blue) = 189+148+141=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD948D is #426B72. Grayscale: #9F9F9F. Windows color (decimal): -4352883 or 9278653. OLE color: 9278653.

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

Color convert

RGB 189 148 141 -
CMYK 0 0.22 0.25 0.26
HSL 8.75º 0.27% 0.65% -
HSV(B) 8.75º 0.25% 0.74% -
XYZ 36.38 33.92 29.83 -
YUV 159.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 189 148 141 0 0.22 0.25 0.26 8.75 0.27 0.65
Hex BD 94 8D 0 16 19 1A 9 1B 41
Octal 275 224 215 0 26 31 32 11 33 101
Binary 10111101 10010100 10001101 0 10110 11001 11010 1001 11011 1000001

Color Harmonies of #BD948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD948D

Black with #BD948D

Text Example


Text Example

White with #BD948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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