Html Css Color HEX #BC948E Oriental Pink

📋 copy color: '#BC948E'

red 188 ◦ green 148 ◦ blue 142

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

Shades of Oriental Pink #BC948E

Tints of Oriental Pink #BC948E

RGB

 RED value IS 188 (73.83% from 255) = 39.33%

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

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 39.33%
G = 30.96%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC948E (or 0xBC948E) is known color: Oriental Pink. HEX triplet: BC, 94 and 8E. RGB value is (188,148,142). Sum of RGB (Red+Green+Blue) = 188+148+142=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC948E is #436B71. Grayscale: #9F9F9F. Windows color (decimal): -4418418 or 9344188. OLE color: 9344188.

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

Color convert

RGB 188 148 142 -
CMYK 0 0.21 0.24 0.26
HSL 7.83º 0.26% 0.65% -
HSV(B) 7.83º 0.24% 0.74% -
XYZ 36.21 33.82 30.21 -
YUV 159.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 188 148 142 0 0.21 0.24 0.26 7.83 0.26 0.65
Hex BC 94 8E 0 15 18 1A 8 1A 41
Octal 274 224 216 0 25 30 32 10 32 101
Binary 10111100 10010100 10001110 0 10101 11000 11010 1000 11010 1000001

Color Harmonies of #BC948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC948E

Black with #BC948E

Text Example


Text Example

White with #BC948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC948E; }

 p { color: rgb(188,148,142); }

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

background-color css

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

 a { background-color: rgb(188,148,142); }

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

border-color css

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

 span { border-color: rgb(188,148,142); }

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